=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/ssh/channels.c 1999/11/02 19:42:35 1.19 +++ src/usr.bin/ssh/channels.c 1999/11/11 23:36:52 1.20 @@ -16,7 +16,7 @@ */ #include "includes.h" -RCSID("$Id: channels.c,v 1.19 1999/11/02 19:42:35 markus Exp $"); +RCSID("$Id: channels.c,v 1.20 1999/11/11 23:36:52 markus Exp $"); #include "ssh.h" #include "packet.h" @@ -24,6 +24,7 @@ #include "buffer.h" #include "authfd.h" #include "uidswap.h" +#include "readconf.h" #include "servconf.h" #include "channels.h"