From d01c82cf1a665ec43a2b34455b4f08509c9182fc Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 16 Oct 2000 08:28:50 +0000 Subject: [PATCH] Include sys/types.h --- usr.bin/window/ww.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/window/ww.h b/usr.bin/window/ww.h index 82c4acfafdb7..d843ef382536 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 + #ifdef OLD_TTY #include #else