- [email protected] 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@
diff --git a/canohost.c b/canohost.c
index 6ca60e6..76b0bee 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"