Explicitly include <sys/systm.h>. Previously we were pulling it in due to
header pollution.
This commit is contained in:
parent
09bcaf7acc
commit
4f42bf9497
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295474
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user