Include wchar.h for prototypes.

This commit is contained in:
Andreas Jaeger 2001-08-17 14:14:10 +00:00
parent 8dcc6a3f1b
commit 9605a4f1b8
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,9 @@
#endif
#endif
#if defined _LIBC && defined USE_IN_LIBIO
# include <wchar.h>
#endif
#ifndef ELIDE_CODE

View 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