]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/readpassphrase.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / openbsd-compat / readpassphrase.c
index 919c0174a9068f5c99dfe9381cf98aa4fe94f420..11bd8f646e1dbeae558d78ff06b287a80e07e8df 100644 (file)
 #ifndef HAVE_READPASSPHRASE
 
 #include <termios.h>
+#include <signal.h>
+#include <ctype.h>
+#include <fcntl.h>
 #include <readpassphrase.h>
+#include <errno.h>
+#include <string.h>
+#include <unistd.h>
 
 #ifdef TCSASOFT
 # define _T_FLUSH      (TCSAFLUSH|TCSASOFT)
This page took 0.232688 seconds and 4 git commands to generate.