diff options
Diffstat (limited to 'usr.bin/window/wwspawn.c')
-rw-r--r-- | usr.bin/window/wwspawn.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index a57da5ee0cd..afdc6f73bfc 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wwspawn.c,v 1.9 2003/07/10 00:06:52 david Exp $ */ +/* $OpenBSD: wwspawn.c,v 1.10 2003/08/01 22:01:38 david Exp $ */ /* $NetBSD: wwspawn.c,v 1.4 1995/12/21 08:39:57 mycroft Exp $ */ /* @@ -37,12 +37,13 @@ #if 0 static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: wwspawn.c,v 1.9 2003/07/10 00:06:52 david Exp $"; +static char rcsid[] = "$OpenBSD: wwspawn.c,v 1.10 2003/08/01 22:01:38 david Exp $"; #endif #endif /* not lint */ #include "ww.h" #include <sys/signal.h> +#include <signal.h> #include <unistd.h> /* |