summaryrefslogtreecommitdiffstats
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c
index bc5cf618..da704d80 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,10 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.146 2006/02/12 10:44:18 djm Exp $");
+RCSID("$OpenBSD: readconf.c,v 1.147 2006/02/20 17:19:54 stevesk Exp $");
+
+#include <sys/types.h>
+#include <sys/stat.h>
#include "ssh.h"
#include "xmalloc.h"