From aaf2ea778011805413a4efe8fafae8212af7cfdb Mon Sep 17 00:00:00 2001 From: David Krause Date: Fri, 1 Aug 2003 22:01:39 +0000 Subject: another round of missing system includes ok tedu@ --- usr.bin/window/wwpty.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.bin/window/wwpty.c') diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c index 0fe64177d61..1e97ac94244 100644 --- a/usr.bin/window/wwpty.c +++ b/usr.bin/window/wwpty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wwpty.c,v 1.7 2003/06/03 02:56:23 millert Exp $ */ +/* $OpenBSD: wwpty.c,v 1.8 2003/08/01 22:01:37 david Exp $ */ /* $NetBSD: wwpty.c,v 1.3 1995/09/28 10:35:45 tls Exp $ */ /* @@ -37,14 +37,15 @@ #if 0 static char sccsid[] = "@(#)wwpty.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: wwpty.c,v 1.7 2003/06/03 02:56:23 millert Exp $"; +static char rcsid[] = "$OpenBSD: wwpty.c,v 1.8 2003/08/01 22:01:37 david Exp $"; #endif #endif /* not lint */ #include "ww.h" #include +#include #include -#if !defined(OLD_TTY) && !defined(TIOCPKT) +#if !defined(OLD_TTY) #include #endif -- cgit v1.2.3