Include types.h before libutil.h

This commit is contained in:
Jordan K. Hubbard 1997-05-11 05:26:11 +00:00
parent 06d8e8d3f3
commit ae02ebaab4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25697

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"