From c7b06369a846822b0da77b969d4ed72ea8ee38d4 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 11:53:45 +1100 Subject: - 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 out of includes.h; ok djm@ --- canohost.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'canohost.c') 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 #include "packet.h" #include "xmalloc.h" -- cgit v1.2.1