summaryrefslogtreecommitdiff
path: root/misc/getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/getpass.c')
-rw-r--r--misc/getpass.c1
1 files changed, 1 insertions, 0 deletions
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 <unistd.h>
#ifdef USE_IN_LIBIO
+# include <wchar.h>
# define flockfile(s) _IO_flockfile (s)
# define funlockfile(s) _IO_funlockfile (s)
#endif