X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetsubopt.c;h=cc0859d78306211cd168389a0050531b819af712;hb=a9e638f0e4d6928c12f2b374bc369bb1ecf2cdfe;hp=2625249b967b3ce5069ca1b625f7b4dde0df354b;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/getsubopt.c b/lib/getsubopt.c index 2625249b9..cc0859d78 100644 --- a/lib/getsubopt.c +++ b/lib/getsubopt.c @@ -1,5 +1,5 @@ -/* Parse comma separate list into words. - Copyright (C) 1996, 1997, 1999, 2004 Free Software Foundation, Inc. +/* 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 @@ -24,7 +28,6 @@ /* This code is written for inclusion in gnu-libc, and uses names in the namespace reserved for libc. If we're compiling in gnulib, define those names to be the normal ones instead. */ -# include "strchrnul.h" # undef __strchrnul # define __strchrnul strchrnul #endif