summaryrefslogtreecommitdiff
path: root/passwd/apr_getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'passwd/apr_getpass.c')
-rw-r--r--passwd/apr_getpass.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/passwd/apr_getpass.c b/passwd/apr_getpass.c
index 9231cca94..6019c7716 100644
--- a/passwd/apr_getpass.c
+++ b/passwd/apr_getpass.c
@@ -115,6 +115,8 @@ static char *getpass(const char *prompt)
}
#elif defined (HAVE_TERMIOS_H)
+#include <stdio.h>
+
static char *getpass(const char *prompt)
{
struct termios attr;