summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-11-25 13:12:20 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-11-25 13:12:20 +0000
commit761bf1545bdf103b644a130e28d8e612f55bf8f2 (patch)
tree95b9e0c0c336e0f7ea977035f639878f81564b50 /usr.bin
parent18f45ad398b05c4efffae0a93e86d74c54b3c8d7 (diff)
Need sys/types.h for htons et al.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/window/ww.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/ww.h b/usr.bin/window/ww.h
index ad71da8c81d..e4236bd947e 100644
--- a/usr.bin/window/ww.h
+++ b/usr.bin/window/ww.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ww.h,v 1.4 1996/06/26 05:43:34 deraadt Exp $ */
+/* $OpenBSD: ww.h,v 1.5 1996/11/25 13:12:19 niklas Exp $ */
/* $NetBSD: ww.h,v 1.8 1996/02/08 21:48:51 mycroft Exp $ */
/*
@@ -45,6 +45,7 @@
#include <termios.h>
#endif
#include <setjmp.h>
+#include <sys/types.h>
#include <machine/endian.h>
#define NWW 30 /* maximum number of windows */