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