aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/evsci.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-10-24 04:31:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-10-24 04:31:06 +0000
commit27f081c52f61662ee4465938206b2e1d488ffce5 (patch)
tree03e658bdc1c3d591cedc5db97b2ce843e00e71cc /sys/contrib/dev/acpica/evsci.c
parentedd973a0132bbd6087729a84711df58d44738dfe (diff)
downloadsrc-27f081c52f61662ee4465938206b2e1d488ffce5.tar.gz
src-27f081c52f61662ee4465938206b2e1d488ffce5.zip
Vendor import of Intel ACPI-CA 20041119 with system includes fixups.vendor/acpica/20041119sysinc
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=151600 svn path=/vendor-sys/acpica/20041119sysinc/; revision=151602; tag=vendor/acpica/20041119sysinc
Diffstat (limited to 'sys/contrib/dev/acpica/evsci.c')
-rw-r--r--sys/contrib/dev/acpica/evsci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/evsci.c b/sys/contrib/dev/acpica/evsci.c
index 83d8622bffd0..478f0048b201 100644
--- a/sys/contrib/dev/acpica/evsci.c
+++ b/sys/contrib/dev/acpica/evsci.c
@@ -116,8 +116,8 @@
*
*****************************************************************************/
-#include "acpi.h"
-#include "acevents.h"
+#include <contrib/dev/acpica/acpi.h>
+#include <contrib/dev/acpica/acevents.h>
#define _COMPONENT ACPI_EVENTS