=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- src/usr.bin/ssh/clientloop.c 2001/05/30 12:55:10 1.73 +++ src/usr.bin/ssh/clientloop.c 2001/05/31 10:30:15 1.74 @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.73 2001/05/30 12:55:10 markus Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.74 2001/05/31 10:30:15 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -68,7 +68,7 @@ #include "packet.h" #include "buffer.h" #include "compat.h" -#include "channel.h" +#include "channels.h" #include "dispatch.h" #include "buffer.h" #include "bufaux.h"