aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2009-06-05 18:44:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2009-06-05 18:44:36 +0000
commit129d3046ef0427d3b22b78a71f3494854d817fba (patch)
treed775a86a0ebbf412e4960fa787e9a405073ca489 /sys/dev/fdc
parent14b55641a5703026c1e245bef6d575470265fe3e (diff)
downloadsrc-129d3046ef0427d3b22b78a71f3494854d817fba.tar.gz
src-129d3046ef0427d3b22b78a71f3494854d817fba.zip
Notes
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc_acpi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c
index c3cb9b9bd822..79fa66b93a1a 100644
--- a/sys/dev/fdc/fdc_acpi.c
+++ b/sys/dev/fdc/fdc_acpi.c
@@ -35,7 +35,8 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/proc.h>
-#include <contrib/dev/acpica/acpi.h>
+#include <contrib/dev/acpica/include/acpi.h>
+
#include <dev/acpica/acpivar.h>
#include <dev/fdc/fdcvar.h>