=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keyscan.c,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- src/usr.bin/ssh/ssh-keyscan.c 2005/10/30 04:01:03 1.57 +++ src/usr.bin/ssh/ssh-keyscan.c 2006/02/07 01:18:09 1.58 @@ -7,14 +7,15 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.57 2005/10/30 04:01:03 djm Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.58 2006/02/07 01:18:09 stevesk Exp $"); #include + #include +#include #include -#include #include "xmalloc.h" #include "ssh.h" #include "ssh1.h"