=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/canohost.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- src/usr.bin/ssh/canohost.c 2005/12/28 22:46:06 1.48 +++ src/usr.bin/ssh/canohost.c 2006/02/22 00:04:44 1.49 @@ -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"