diff options
Diffstat (limited to 'getpass.c')
-rw-r--r-- | getpass.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ #include <config.h> #include <stdio.h> #include <signal.h> +#include <fcntl.h> +#if defined(HAVE_UNISTD_H) +#include <unistd.h> +#endif extern int optind; |