summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_button.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-06-05 18:44:36 +0000
committerjkim <jkim@FreeBSD.org>2009-06-05 18:44:36 +0000
commit6d358bddff8eb82625370b62ff77b8fc34b088c6 (patch)
treed775a86a0ebbf412e4960fa787e9a405073ca489 /sys/dev/acpica/acpi_button.c
parent40089f58a4f91db8bce335b75fbf69551f76b60e (diff)
downloadFreeBSD-src-6d358bddff8eb82625370b62ff77b8fc34b088c6.zip
FreeBSD-src-6d358bddff8eb82625370b62ff77b8fc34b088c6.tar.gz
Import ACPICA 20090521.
Diffstat (limited to 'sys/dev/acpica/acpi_button.c')
-rw-r--r--sys/dev/acpica/acpi_button.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c
index 197af4f..7814c0e 100644
--- a/sys/dev/acpica/acpi_button.c
+++ b/sys/dev/acpica/acpi_button.c
@@ -35,7 +35,9 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/bus.h>
-#include <contrib/dev/acpica/acpi.h>
+#include <contrib/dev/acpica/include/acpi.h>
+#include <contrib/dev/acpica/include/accommon.h>
+
#include <dev/acpica/acpivar.h>
/* Hooks for the ACPI CA debugging infrastructure */
OpenPOWER on IntegriCloud