diff options
author | David Krause <david@cvs.openbsd.org> | 2003-08-01 22:01:39 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-08-01 22:01:39 +0000 |
commit | aaf2ea778011805413a4efe8fafae8212af7cfdb (patch) | |
tree | b4997d51bc85e67cacf0e502bd027670fb7f0d41 /usr.bin/window/wwinit.c | |
parent | 7a14321ae0fa969b3b13d7f06f0ddc12bc09acab (diff) |
another round of missing system includes
ok tedu@
Diffstat (limited to 'usr.bin/window/wwinit.c')
-rw-r--r-- | usr.bin/window/wwinit.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index a35a7a9fe84..4ab5ab6f987 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wwinit.c,v 1.15 2003/06/03 02:56:23 millert Exp $ */ +/* $OpenBSD: wwinit.c,v 1.16 2003/08/01 22:01:37 david Exp $ */ /* $NetBSD: wwinit.c,v 1.11 1996/02/08 21:49:07 mycroft Exp $ */ /* @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)wwinit.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: wwinit.c,v 1.15 2003/06/03 02:56:23 millert Exp $"; +static char rcsid[] = "$OpenBSD: wwinit.c,v 1.16 2003/08/01 22:01:37 david Exp $"; #endif #endif /* not lint */ @@ -46,6 +46,7 @@ static char rcsid[] = "$OpenBSD: wwinit.c,v 1.15 2003/06/03 02:56:23 millert Exp #include "tt.h" #include <sys/signal.h> #include <fcntl.h> +#include <signal.h> #include <string.h> #include "char.h" |