=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshtty.c,v retrieving revision 1.6 retrieving revision 1.6.6.1 diff -u -r1.6 -r1.6.6.1 --- src/usr.bin/ssh/sshtty.c 2004/05/08 00:01:37 1.6 +++ src/usr.bin/ssh/sshtty.c 2006/10/06 03:19:33 1.6.6.1 @@ -1,3 +1,4 @@ +/* $OpenBSD: sshtty.c,v 1.6.6.1 2006/10/06 03:19:33 brad Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -34,11 +35,12 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" -RCSID("$OpenBSD: sshtty.c,v 1.6 2004/05/08 00:01:37 deraadt Exp $"); +#include +#include +#include +#include #include "sshpty.h" -#include "log.h" static struct termios _saved_tio; static int _in_raw_mode = 0;