X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgetsubopt.c;h=cc0859d78306211cd168389a0050531b819af712;hb=fa662f811f9a6dda54f64639b107b1637c3ba2e5;hp=4e9f1b08472a053ff434c40ef928c722ee44c655;hpb=1e4ece4ab9850fbfa88c9ec43ea518c7bc266792;p=gnulib.git diff --git a/lib/getsubopt.c b/lib/getsubopt.c index 4e9f1b084..cc0859d78 100644 --- a/lib/getsubopt.c +++ b/lib/getsubopt.c @@ -1,4 +1,4 @@ -/* Parse comma separate list into words. +/* Parse comma separated list into words. Copyright (C) 1996, 1997, 1999, 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -17,6 +17,10 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#if !_LIBC +# include +#endif + #include #include