summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mem.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-03 05:58:30 +0000
committerphk <phk@FreeBSD.org>2004-06-03 05:58:30 +0000
commitc0b3b891ee65cfb5e9ea95160902083dcf4f5312 (patch)
treee81723b80e836766723f4a116338bbb0c1dfa6d3 /sys/amd64/amd64/mem.c
parentdcf58b33190ae389ea199ffab8bd4b34a3572ddb (diff)
downloadFreeBSD-src-c0b3b891ee65cfb5e9ea95160902083dcf4f5312.zip
FreeBSD-src-c0b3b891ee65cfb5e9ea95160902083dcf4f5312.tar.gz
Add missing <sys/module.h> instances which were shadowed by the nested
include in <sys/kernel.h>
Diffstat (limited to 'sys/amd64/amd64/mem.c')
-rw-r--r--sys/amd64/amd64/mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c
index 525eb92..d4cf782 100644
--- a/sys/amd64/amd64/mem.c
+++ b/sys/amd64/amd64/mem.c
@@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$");
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/memrange.h>
+#include <sys/module.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/signalvar.h>
OpenPOWER on IntegriCloud