diff options
author | Werner Koch <[email protected]> | 1998-01-16 21:15:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-16 21:15:24 +0000 |
commit | 4ec1775f3eaf8733a5285460b631253b90d3c6fb (patch) | |
tree | 3061decd5793f93c5a51dab58cb45c8e79a26403 /util/ttyio.c | |
parent | *** empty log message *** (diff) | |
download | gnupg-4ec1775f3eaf8733a5285460b631253b90d3c6fb.tar.gz gnupg-4ec1775f3eaf8733a5285460b631253b90d3c6fb.zip |
added some trust model stuff
Diffstat (limited to '')
-rw-r--r-- | util/ttyio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ttyio.c b/util/ttyio.c index 2cb52448c..ec7b6502b 100644 --- a/util/ttyio.c +++ b/util/ttyio.c @@ -23,6 +23,7 @@ #include <stdlib.h> #include <string.h> #include <stdarg.h> +#include <unistd.h> #ifdef HAVE_TCGETATTR #include <termios.h> #endif @@ -99,7 +100,6 @@ do_get( const char *prompt, int hidden ) char *buf; byte cbuf[1]; int c, n, i; - FILE *fp; #ifdef HAVE_TCGETATTR struct termios termsave; #endif |