]> sourceware.org Git - glibc.git/commitdiff
Include wchar.h for prototypes.
authorAndreas Jaeger <aj@suse.de>
Fri, 17 Aug 2001 14:14:10 +0000 (14:14 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 17 Aug 2001 14:14:10 +0000 (14:14 +0000)
malloc/obstack.c
misc/getpass.c

index 2e5039715097925561b549e630605a8bf2b1325c..e5c0c40de4623558ff4255cd5c3fa60307e82e67 100644 (file)
@@ -46,6 +46,9 @@
 #endif
 #endif
 
+#if defined _LIBC && defined USE_IN_LIBIO
+# include <wchar.h>
+#endif
 
 #ifndef ELIDE_CODE
 
index c392221f67defbdadbeaca80f7a029ed9666ff44..e5483f9e50c2b26bb2afcd550de6a164ac2cc00a 100644 (file)
@@ -22,6 +22,7 @@
 #include <unistd.h>
 
 #ifdef USE_IN_LIBIO
+# include <wchar.h>
 # define flockfile(s) _IO_flockfile (s)
 # define funlockfile(s) _IO_funlockfile (s)
 #endif
This page took 0.036379 seconds and 5 git commands to generate.