Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 17:26:15 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r261325 - stable/10/sys/x86/acpica
Message-ID:  <201401311726.s0VHQFx5016026@svn.freebsd.org>

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



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