diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2006-04-16 15:35:12 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2006-04-16 15:35:12 +0000 |
| commit | a5e8745ad998309ff3c22335dbbf534c21072c00 (patch) | |
| tree | f9bb3cdccf219f6eec25f52ce52979b5a6618851 /sys/dev | |
| parent | f2189783c9cb9a2515c22fbdcdb2673276ef9a6d (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpica/acpi_dock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_dock.c b/sys/dev/acpica/acpi_dock.c index 494c838da6eef..2c01a759b44a1 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> |
