Include sys/param.h instead of sys/types.h to get the definition of the

MIN() macro.

Pointy hat to:	rwatson
This commit is contained in:
jhb 2001-11-20 08:26:37 +00:00
parent e7009d45a0
commit 7d5b8c2066

View File

@ -40,7 +40,7 @@ static char sccsid[] = "@(#)kvm_getloadavg.c 8.1 (Berkeley) 6/4/93";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>