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:
Bruce Evans 2002-09-15 13:54:12 +00:00
parent 2a6f01533e
commit 1b861caae0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103344

View File

@ -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>