summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/wwsuspend.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-08-05 09:01:29 +0000
committerdfr <dfr@FreeBSD.org>1998-08-05 09:01:29 +0000
commit5128447c338786e341212b70f322e9a1c0ea799e (patch)
tree19f516cf12ee1fa9137f8ee2fc94ed74dd170f90 /usr.bin/window/wwsuspend.c
parent6726a3cc093675a4b98f22d638cb804f2d7146ca (diff)
downloadFreeBSD-src-5128447c338786e341212b70f322e9a1c0ea799e.zip
FreeBSD-src-5128447c338786e341212b70f322e9a1c0ea799e.tar.gz
Use <signal.h> instead of <sys/signal.h>.
Diffstat (limited to 'usr.bin/window/wwsuspend.c')
-rw-r--r--usr.bin/window/wwsuspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c
index a67a130..3c2f90b 100644
--- a/usr.bin/window/wwsuspend.c
+++ b/usr.bin/window/wwsuspend.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93";
#include "ww.h"
#include "tt.h"
-#include <sys/signal.h>
+#include <signal.h>
wwsuspend()
{
OpenPOWER on IntegriCloud