diff options
Diffstat (limited to 'openbsd-compat/readpassphrase.c')
-rw-r--r-- | openbsd-compat/readpassphrase.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsd-compat/readpassphrase.c b/openbsd-compat/readpassphrase.c index 919c0174a..11bd8f646 100644 --- a/openbsd-compat/readpassphrase.c +++ b/openbsd-compat/readpassphrase.c | |||
@@ -27,7 +27,13 @@ | |||
27 | #ifndef HAVE_READPASSPHRASE | 27 | #ifndef HAVE_READPASSPHRASE |
28 | 28 | ||
29 | #include <termios.h> | 29 | #include <termios.h> |
30 | #include <signal.h> | ||
31 | #include <ctype.h> | ||
32 | #include <fcntl.h> | ||
30 | #include <readpassphrase.h> | 33 | #include <readpassphrase.h> |
34 | #include <errno.h> | ||
35 | #include <string.h> | ||
36 | #include <unistd.h> | ||
31 | 37 | ||
32 | #ifdef TCSASOFT | 38 | #ifdef TCSASOFT |
33 | # define _T_FLUSH (TCSAFLUSH|TCSASOFT) | 39 | # define _T_FLUSH (TCSAFLUSH|TCSASOFT) |