svn commit: r261325 - stable/10/sys/x86/acpica

John Baldwin jhb at FreeBSD.org
Fri Jan 31 17:26:15 UTC 2014


Author: jhb
Date: Fri Jan 31 17:26:15 2014
New Revision: 261325
URL: http://svnweb.freebsd.org/changeset/base/261325

Log:
  MFC 259823:
  Fix i386 build.

Modified:
  stable/10/sys/x86/acpica/acpi_wakeup.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/x86/acpica/acpi_wakeup.c
==============================================================================
--- stable/10/sys/x86/acpica/acpi_wakeup.c	Fri Jan 31 17:15:56 2014	(r261324)
+++ stable/10/sys/x86/acpica/acpi_wakeup.c	Fri Jan 31 17:26:15 2014	(r261325)
@@ -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-all mailing list