Include types.h before libutil.h

This commit is contained in:
jkh 1997-05-11 05:26:11 +00:00
parent 3ac5170301
commit af75208957

View File

@ -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"