=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/pty.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/Attic/pty.c 1999/12/06 12:10:12 1.9 +++ src/usr.bin/ssh/Attic/pty.c 1999/12/09 00:24:03 1.10 @@ -14,8 +14,9 @@ */ #include "includes.h" -RCSID("$Id: pty.c,v 1.9 1999/12/06 12:10:12 deraadt Exp $"); +RCSID("$Id: pty.c,v 1.10 1999/12/09 00:24:03 deraadt Exp $"); +#include #include "pty.h" #include "ssh.h"