diff options
author | jkh <jkh@FreeBSD.org> | 1997-05-11 05:26:11 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-05-11 05:26:11 +0000 |
commit | d6965698fb1416979654ee302b57fefd2027daf3 (patch) | |
tree | 210480de809748df6e19947520f31bf77c6d56f4 /usr.bin/tip | |
parent | 1639d4d9ce22f93dcdd2fc882e72d150da2e2a30 (diff) | |
download | FreeBSD-src-d6965698fb1416979654ee302b57fefd2027daf3.zip FreeBSD-src-d6965698fb1416979654ee302b57fefd2027daf3.tar.gz |
Include types.h before libutil.h
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 e99e73b..52d35c7 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" |