=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-pubkey.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/auth2-pubkey.c 2004/12/11 01:48:56 1.9 +++ src/usr.bin/ssh/auth2-pubkey.c 2006/02/20 17:19:54 1.10 @@ -23,7 +23,10 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2-pubkey.c,v 1.9 2004/12/11 01:48:56 dtucker Exp $"); +RCSID("$OpenBSD: auth2-pubkey.c,v 1.10 2006/02/20 17:19:54 stevesk Exp $"); + +#include +#include #include "ssh.h" #include "ssh2.h"