diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/getpass.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/getpass.c b/misc/getpass.c index c392221..e5483f9 100644 --- a/misc/getpass.c +++ b/misc/getpass.c @@ -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 |