aboutsummaryrefslogtreecommitdiffstats
path: root/getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'getpass.c')
-rw-r--r--getpass.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/getpass.c b/getpass.c
index 08649fbf..e2854b7a 100644
--- a/getpass.c
+++ b/getpass.c
@@ -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)