summaryrefslogtreecommitdiff
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 bc5cf6188..da704d803 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,10 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.146 2006/02/12 10:44:18 djm Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.147 2006/02/20 17:19:54 stevesk Exp $");
16
17#include <sys/types.h>
18#include <sys/stat.h>
16 19
17#include "ssh.h" 20#include "ssh.h"
18#include "xmalloc.h" 21#include "xmalloc.h"