Explicitly include <sys/systm.h>. Previously we were pulling it in due to

header pollution.
This commit is contained in:
Andrew Turner 2016-02-10 16:49:20 +00:00
parent 09bcaf7acc
commit 4f42bf9497
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295474

View File

@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
#include "opt_platform.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/module.h>