diff options
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 */ |