mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01:00
Include <sys/systm.h> instead of depending on namespace pollution 2
layers deep in <sys/malloc.h> or 1 layer deep in <net/if_var.h>.
This commit is contained in:
parent
2a6f01533e
commit
1b861caae0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103344
@ -63,6 +63,7 @@ __RCSID("@(#) $FreeBSD$");
|
||||
#include <sys/sockio.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <machine/cpu.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user