diff options
-rw-r--r-- | usr.bin/window/ww.h | 3 |
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 |