diff options
Diffstat (limited to 'getpass.c')
-rw-r--r-- | getpass.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -12,13 +12,11 @@ ***********************************************************************/ #include <config.h> - -#if defined(STDC_HEADERS) #include <stdio.h> -#endif - #include <signal.h> +extern int optind; + #define INPUT_BUF_SIZE MAX_PASSWORD_LENGTH #if defined(HAVE_TERMIOS_H) && defined(HAVE_TCSETATTR) |