summaryrefslogtreecommitdiff
path: root/openbsd-compat/readpassphrase.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:40:50 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:40:50 +1000
commit2c1a02a8d03069163d8cae21484f4e5656e904fe (patch)
tree0bb8f8b6358a2800a942aa69f2c2361aade88564 /openbsd-compat/readpassphrase.c
parentc931c433f60a515af4cd463815ad3f9cf75ba3d9 (diff)
downloadopenssh-git-2c1a02a8d03069163d8cae21484f4e5656e904fe.tar.gz
- (dtucker) [loginrec.c openbsd-compat/xmmap.c openbsd-compat/bindresvport.c
openbsd-compat/glob.c openbsd-compat/mktemp.c openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c openbsd-compat/strtonum.c] Include <errno.h>.
Diffstat (limited to 'openbsd-compat/readpassphrase.c')
-rw-r--r--openbsd-compat/readpassphrase.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/readpassphrase.c b/openbsd-compat/readpassphrase.c
index 95c0af81..fd9731ac 100644
--- a/openbsd-compat/readpassphrase.c
+++ b/openbsd-compat/readpassphrase.c
@@ -31,6 +31,7 @@
#include <ctype.h>
#include <fcntl.h>
#include <readpassphrase.h>
+#include <errno.h>
#ifdef TCSASOFT
# define _T_FLUSH (TCSAFLUSH|TCSASOFT)