=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/ssh/packet.c 2000/04/04 21:37:27 1.26 +++ src/usr.bin/ssh/packet.c 2000/04/12 09:39:10 1.27 @@ -17,7 +17,7 @@ */ #include "includes.h" -RCSID("$Id: packet.c,v 1.26 2000/04/04 21:37:27 markus Exp $"); +RCSID("$Id: packet.c,v 1.27 2000/04/12 09:39:10 markus Exp $"); #include "xmalloc.h" #include "buffer.h" @@ -35,9 +35,9 @@ #include "compat.h" #include "ssh2.h" -#include -#include -#include +#include +#include +#include #include "buffer.h" #include "kex.h" #include "hmac.h"