diff options
author | brian <brian@FreeBSD.org> | 2000-10-16 08:28:50 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-10-16 08:28:50 +0000 |
commit | d01c82cf1a665ec43a2b34455b4f08509c9182fc (patch) | |
tree | 57a744498fb9ea6d79ef4b9814c4e8e3d23198e3 | |
parent | fcbddcd644f253a6a11746a9cc834b0d49a61528 (diff) | |
download | FreeBSD-src-d01c82cf1a665ec43a2b34455b4f08509c9182fc.zip FreeBSD-src-d01c82cf1a665ec43a2b34455b4f08509c9182fc.tar.gz |
Include sys/types.h
-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 |