Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 14:48:52 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259823 - head/sys/x86/acpica
Message-ID:  <201312241448.rBOEmq73028222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312241448.rBOEmq73028222>