=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- src/usr.bin/ssh/channels.c 2000/06/25 20:17:57 1.63 +++ src/usr.bin/ssh/channels.c 2000/07/16 08:27:21 1.64 @@ -17,13 +17,12 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.63 2000/06/25 20:17:57 provos Exp $"); +RCSID("$OpenBSD: channels.c,v 1.64 2000/07/16 08:27:21 markus Exp $"); #include "ssh.h" #include "packet.h" #include "xmalloc.h" #include "buffer.h" -#include "authfd.h" #include "uidswap.h" #include "readconf.h" #include "servconf.h" @@ -33,6 +32,11 @@ #include "compat.h" #include "ssh2.h" + +#include +#include +#include "key.h" +#include "authfd.h" /* Maximum number of fake X11 displays to try. */ #define MAX_DISPLAYS 1000