summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-04-16 15:35:12 +0000
committermaxim <maxim@FreeBSD.org>2006-04-16 15:35:12 +0000
commit2ac8230628e1f92456718232a570336dc530560e (patch)
treef9bb3cdccf219f6eec25f52ce52979b5a6618851 /sys/dev/acpica
parentdfe4122cfa392487d510220419a4372117da70e1 (diff)
downloadFreeBSD-src-2ac8230628e1f92456718232a570336dc530560e.zip
FreeBSD-src-2ac8230628e1f92456718232a570336dc530560e.tar.gz
o Correct a path to include.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_dock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_dock.c b/sys/dev/acpica/acpi_dock.c
index 494c838..2c01a75 100644
--- a/sys/dev/acpica/acpi_dock.c
+++ b/sys/dev/acpica/acpi_dock.c
@@ -36,7 +36,7 @@
#include <machine/bus.h>
#include <sys/module.h>
-#include "acpi.h"
+#include <contrib/dev/acpica/acpi.h>
#include <dev/acpica/acpivar.h>
#include <dev/acpica/acpiio.h>
OpenPOWER on IntegriCloud