diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-08-05 09:01:29 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-08-05 09:01:29 +0000 |
| commit | f1598784ae5f6ec062ea5c8167d960ad47baacff (patch) | |
| tree | 4be7d597fa39601c2f032f4e03f576bd40f02108 /usr.bin/window/wwspawn.c | |
| parent | c989e80e4dda5dbbfbaa48070ef683e8fe4f221a (diff) | |
Notes
Diffstat (limited to 'usr.bin/window/wwspawn.c')
| -rw-r--r-- | usr.bin/window/wwspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 7c3c12b5b9e6..57e2f666ef62 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include "ww.h" -#include <sys/signal.h> +#include <signal.h> /* * There is a dead lock with vfork and closing of pseudo-ports. |
