summaryrefslogtreecommitdiff
path: root/canohost.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 /canohost.c
parent6ff3caddb687a89a5df715337917d0e140985b7f (diff)
downloadopenssh-git-c7b06369a846822b0da77b969d4ed72ea8ee38d4.tar.gz
- 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 'canohost.c')
-rw-r--r--canohost.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/canohost.c b/canohost.c
index 6ca60e6b..76b0bee0 100644
--- a/canohost.c
+++ b/canohost.c
@@ -12,7 +12,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: canohost.c,v 1.48 2005/12/28 22:46:06 stevesk Exp $");
+RCSID("$OpenBSD: canohost.c,v 1.49 2006/02/22 00:04:44 stevesk Exp $");
+
+#include <ctype.h>
#include "packet.h"
#include "xmalloc.h"