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:
John Baldwin 2001-11-20 08:26:37 +00:00
parent 9f2b972fdb
commit 9c9c290361
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86646

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>