summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:45:54 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:45:54 +1100
commitf17883e6a0f9462c8bc163cce44331862581b0cb (patch)
tree3e298f6761b40b7be32c76f529f92b1f276cb329 /authfile.c
parent574c41fdb3ff4b8eb7f121b05a08f2415ec7efec (diff)
downloadopenssh-git-f17883e6a0f9462c8bc163cce44331862581b0cb.tar.gz
- stevesk@cvs.openbsd.org 2006/02/20 17:02:44
[clientloop.c includes.h monitor.c progressmeter.c scp.c] [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c] move #include <signal.h> out of includes.h; ok markus@
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/authfile.c b/authfile.c
index 420813f3..f97cf182 100644
--- a/authfile.c
+++ b/authfile.c
@@ -36,7 +36,10 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfile.c,v 1.61 2005/06/17 02:44:32 djm Exp $");
+RCSID("$OpenBSD: authfile.c,v 1.62 2006/02/20 17:19:54 stevesk Exp $");
+
+#include <sys/types.h>
+#include <sys/stat.h>
#include <openssl/err.h>
#include <openssl/evp.h>