From: Andreas Jaeger Date: Fri, 17 Aug 2001 14:14:10 +0000 (+0000) Subject: Include wchar.h for prototypes. X-Git-Tag: cvs/glibc-2-2-5~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9605a4f1b8d40caa120c238543363c9ff148333b;p=thirdparty%2Fglibc.git Include wchar.h for prototypes. --- diff --git a/malloc/obstack.c b/malloc/obstack.c index 2e503971509..e5c0c40de46 100644 --- a/malloc/obstack.c +++ b/malloc/obstack.c @@ -46,6 +46,9 @@ #endif #endif +#if defined _LIBC && defined USE_IN_LIBIO +# include +#endif #ifndef ELIDE_CODE diff --git a/misc/getpass.c b/misc/getpass.c index c392221f67d..e5483f9e50c 100644 --- a/misc/getpass.c +++ b/misc/getpass.c @@ -22,6 +22,7 @@ #include #ifdef USE_IN_LIBIO +# include # define flockfile(s) _IO_flockfile (s) # define funlockfile(s) _IO_funlockfile (s) #endif