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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"