=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/canohost.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/ssh/canohost.c 2001/02/03 10:08:37 1.20 +++ src/usr.bin/ssh/canohost.c 2001/02/08 19:30:51 1.21 @@ -12,11 +12,12 @@ */ #include "includes.h" -RCSID("$OpenBSD: canohost.c,v 1.20 2001/02/03 10:08:37 markus Exp $"); +RCSID("$OpenBSD: canohost.c,v 1.21 2001/02/08 19:30:51 itojun Exp $"); #include "packet.h" #include "xmalloc.h" #include "log.h" +#include "canohost.h" void check_ip_options(int socket, char *ipaddr);