svn commit: r259823 - head/sys/x86/acpica
John Baldwin
jhb at FreeBSD.org
Tue Dec 24 14:48:52 UTC 2013
Author: jhb
Date: Tue Dec 24 14:48:52 2013
New Revision: 259823
URL: http://svnweb.freebsd.org/changeset/base/259823
Log:
Fix i386 build.
Pointy hat to: jhb
Modified:
head/sys/x86/acpica/acpi_wakeup.c
Modified: head/sys/x86/acpica/acpi_wakeup.c
==============================================================================
--- head/sys/x86/acpica/acpi_wakeup.c Tue Dec 24 14:26:31 2013 (r259822)
+++ head/sys/x86/acpica/acpi_wakeup.c Tue Dec 24 14:48:52 2013 (r259823)
@@ -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>
More information about the svn-src-head
mailing list