=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/nchan.c,v retrieving revision 1.51 retrieving revision 1.51.6.1 diff -u -r1.51 -r1.51.6.1 --- src/usr.bin/ssh/nchan.c 2004/07/11 17:48:47 1.51 +++ src/usr.bin/ssh/nchan.c 2006/10/06 03:19:32 1.51.6.1 @@ -1,3 +1,4 @@ +/* $OpenBSD: nchan.c,v 1.51.6.1 2006/10/06 03:19:32 brad Exp $ */ /* * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. * @@ -22,8 +23,12 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" -RCSID("$OpenBSD: nchan.c,v 1.51 2004/07/11 17:48:47 deraadt Exp $"); +#include +#include + +#include +#include +#include #include "ssh1.h" #include "ssh2.h"