summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/ww.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-16 08:28:50 +0000
committerbrian <brian@FreeBSD.org>2000-10-16 08:28:50 +0000
commitd01c82cf1a665ec43a2b34455b4f08509c9182fc (patch)
tree57a744498fb9ea6d79ef4b9814c4e8e3d23198e3 /usr.bin/window/ww.h
parentfcbddcd644f253a6a11746a9cc834b0d49a61528 (diff)
downloadFreeBSD-src-d01c82cf1a665ec43a2b34455b4f08509c9182fc.zip
FreeBSD-src-d01c82cf1a665ec43a2b34455b4f08509c9182fc.tar.gz
Include sys/types.h
Diffstat (limited to 'usr.bin/window/ww.h')
-rw-r--r--usr.bin/window/ww.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/window/ww.h b/usr.bin/window/ww.h
index 82c4acf..d843ef3 100644
--- a/usr.bin/window/ww.h
+++ b/usr.bin/window/ww.h
@@ -34,8 +34,11 @@
* SUCH DAMAGE.
*
* @(#)ww.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
+#include <sys/types.h>
+
#ifdef OLD_TTY
#include <sgtty.h>
#else
OpenPOWER on IntegriCloud