summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:53:45 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:53:45 +1100
commitc7b06369a846822b0da77b969d4ed72ea8ee38d4 (patch)
tree5542e1aae33335ef5ba9926ceecb3c9475378c72 /readconf.c
parent6ff3caddb687a89a5df715337917d0e140985b7f (diff)
- stevesk@cvs.openbsd.org 2006/02/22 00:04:45
[canohost.c clientloop.c includes.h match.c readconf.c scp.c ssh.c] [sshconnect.c] move #include <ctype.h> out of includes.h; ok djm@
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c
index da704d803..392fc52c2 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,11 +12,13 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.147 2006/02/20 17:19:54 stevesk Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.148 2006/02/22 00:04:44 stevesk Exp $");
16 16
17#include <sys/types.h> 17#include <sys/types.h>
18#include <sys/stat.h> 18#include <sys/stat.h>
19 19
20#include <ctype.h>
21
20#include "ssh.h" 22#include "ssh.h"
21#include "xmalloc.h" 23#include "xmalloc.h"
22#include "compat.h" 24#include "compat.h"