summaryrefslogtreecommitdiff
path: root/canohost.c
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:53:45 +0000
committerdjm <djm>2006-03-15 00:53:45 +0000
commitea0634f5dec623829848f9bc09f15d3568bbc22f (patch)
tree73346c9ed0095721ebdeec2f1f9c4de09a77100e /canohost.c
parent83c10c72e1ca92be911fc3e762d984c686d0192c (diff)
downloadopenssh-ea0634f5dec623829848f9bc09f15d3568bbc22f.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"