diff options
author | jkim <jkim@FreeBSD.org> | 2009-06-05 18:44:36 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2009-06-05 18:44:36 +0000 |
commit | 6d358bddff8eb82625370b62ff77b8fc34b088c6 (patch) | |
tree | d775a86a0ebbf412e4960fa787e9a405073ca489 /sys/dev/acpi_support/acpi_ibm.c | |
parent | 40089f58a4f91db8bce335b75fbf69551f76b60e (diff) | |
download | FreeBSD-src-6d358bddff8eb82625370b62ff77b8fc34b088c6.zip FreeBSD-src-6d358bddff8eb82625370b62ff77b8fc34b088c6.tar.gz |
Import ACPICA 20090521.
Diffstat (limited to 'sys/dev/acpi_support/acpi_ibm.c')
-rw-r--r-- | sys/dev/acpi_support/acpi_ibm.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c index ca67716..0bf340d 100644 --- a/sys/dev/acpi_support/acpi_ibm.c +++ b/sys/dev/acpi_support/acpi_ibm.c @@ -42,7 +42,10 @@ __FBSDID("$FreeBSD$"); #include <sys/kernel.h> #include <sys/bus.h> #include <machine/cpufunc.h> -#include <contrib/dev/acpica/acpi.h> + +#include <contrib/dev/acpica/include/acpi.h> +#include <contrib/dev/acpica/include/accommon.h> + #include "acpi_if.h" #include <sys/module.h> #include <dev/acpica/acpivar.h> |