diff options
Diffstat (limited to 'usr.bin/window/wwsuspend.c')
-rw-r--r-- | usr.bin/window/wwsuspend.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index b9726c0ea3e..61f4ed46c3e 100644 --- a/usr.bin/window/wwsuspend.c +++ b/usr.bin/window/wwsuspend.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wwsuspend.c,v 1.4 2003/06/03 02:56:23 millert Exp $ */ +/* $OpenBSD: wwsuspend.c,v 1.5 2003/07/10 00:06:52 david Exp $ */ /* $NetBSD: wwsuspend.c,v 1.3 1995/09/28 10:35:56 tls Exp $ */ /* @@ -37,13 +37,14 @@ #if 0 static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: wwsuspend.c,v 1.4 2003/06/03 02:56:23 millert Exp $"; +static char rcsid[] = "$OpenBSD: wwsuspend.c,v 1.5 2003/07/10 00:06:52 david Exp $"; #endif #endif /* not lint */ #include "ww.h" #include "tt.h" #include <sys/signal.h> +#include <signal.h> wwsuspend() { |