summaryrefslogtreecommitdiffstats
path: root/sys/x86
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-01-31 17:26:15 +0000
committerjhb <jhb@FreeBSD.org>2014-01-31 17:26:15 +0000
commit37071258d84c27c49c118a41ffeba90dae200240 (patch)
tree331126c215f48a7d48c56257df2520831ec4cecd /sys/x86
parent30943ad24c4bf9f5bed94c3552cf1e558d0d900a (diff)
downloadFreeBSD-src-37071258d84c27c49c118a41ffeba90dae200240.zip
FreeBSD-src-37071258d84c27c49c118a41ffeba90dae200240.tar.gz
MFC 259823:
Fix i386 build.
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/acpica/acpi_wakeup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/x86/acpica/acpi_wakeup.c b/sys/x86/acpica/acpi_wakeup.c
index 73a658f..13119d3 100644
--- a/sys/x86/acpica/acpi_wakeup.c
+++ b/sys/x86/acpica/acpi_wakeup.c
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <sys/malloc.h>
#include <sys/memrange.h>
#include <sys/smp.h>
+#include <sys/systm.h>
#include <vm/vm.h>
#include <vm/pmap.h>
OpenPOWER on IntegriCloud