mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
9f2b972fdb
commit
9c9c290361
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue