From 9605a4f1b8d40caa120c238543363c9ff148333b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 17 Aug 2001 14:14:10 +0000 Subject: Include wchar.h for prototypes. --- misc/getpass.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/getpass.c') diff --git a/misc/getpass.c b/misc/getpass.c index c392221f67..e5483f9e50 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 -- cgit v1.2.3