diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-25 13:12:20 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-25 13:12:20 +0000 |
commit | 761bf1545bdf103b644a130e28d8e612f55bf8f2 (patch) | |
tree | 95b9e0c0c336e0f7ea977035f639878f81564b50 /usr.bin | |
parent | 18f45ad398b05c4efffae0a93e86d74c54b3c8d7 (diff) |
Need sys/types.h for htons et al.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/window/ww.h | 3 |
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 */ |