From ae02ebaab467cfa44d58c3565bb99af5d81cc978 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 11 May 1997 05:26:11 +0000 Subject: [PATCH] Include types.h before libutil.h --- usr.bin/tip/tip/hunt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index e99e73ba16c..52d35c7fe9a 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 #include #include "tipconf.h" #include "tip.h"