diff options
author | David Krause <david@cvs.openbsd.org> | 2003-07-10 00:06:53 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-07-10 00:06:53 +0000 |
commit | ff1eebe32bb029e20710e7ca1756911d42d46fbf (patch) | |
tree | 009ea3b0cb6633dd34add944159e34a4915266d3 /usr.bin/window/wwclose.c | |
parent | 6c3b78320db59d66733755dd77e5d095dec46f61 (diff) |
add missing includes
ok deraadt@ tedu@
Diffstat (limited to 'usr.bin/window/wwclose.c')
-rw-r--r-- | usr.bin/window/wwclose.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c index 6221eb04c3b..2b7dc8efb3b 100644 --- a/usr.bin/window/wwclose.c +++ b/usr.bin/window/wwclose.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wwclose.c,v 1.5 2003/06/03 02:56:23 millert Exp $ */ +/* $OpenBSD: wwclose.c,v 1.6 2003/07/10 00:06:52 david Exp $ */ /* $NetBSD: wwclose.c,v 1.3 1995/09/28 10:35:14 tls Exp $ */ /* @@ -37,10 +37,12 @@ #if 0 static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: wwclose.c,v 1.5 2003/06/03 02:56:23 millert Exp $"; +static char rcsid[] = "$OpenBSD: wwclose.c,v 1.6 2003/07/10 00:06:52 david Exp $"; #endif #endif /* not lint */ +#include <unistd.h> + #include "ww.h" wwclose(w) |