diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-11 05:26:11 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-11 05:26:11 +0000 |
| commit | ae02ebaab467cfa44d58c3565bb99af5d81cc978 (patch) | |
| tree | 795f620dfb773c37089f9a2c123d9a7f7e644659 /usr.bin/tip | |
| parent | 06d8e8d3f3be16ba7b68fdc5d175f6724397b978 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/tip/hunt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index e99e73ba16c7..52d35c7fe9aa 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -35,6 +35,7 @@ static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include <sys/types.h> #include <libutil.h> #include "tipconf.h" #include "tip.h" |
