diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-10-01 08:17:47 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-10-01 08:17:47 +0000 |
| commit | 3ffcacc9d89b85027b07e20401b447edb5c37284 (patch) | |
| tree | 3f3258d9c49a74af4fe3091aedf1f415b1a67341 /sys/dev/acpi/aml/aml_common.c | |
| parent | 240474e6a98e90d189ab4bb9f861fce4aedabee5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpi/aml/aml_common.c')
| -rw-r--r-- | sys/dev/acpi/aml/aml_common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/acpi/aml/aml_common.c b/sys/dev/acpi/aml/aml_common.c index a00f971ca34a..da616a6e7aa2 100644 --- a/sys/dev/acpi/aml/aml_common.c +++ b/sys/dev/acpi/aml/aml_common.c @@ -42,7 +42,10 @@ #include <sys/kernel.h> #include <sys/sysctl.h> #include <sys/systm.h> +#include <sys/bus.h> +#include <machine/bus.h> #include <dev/acpi/acpireg.h> +#include <dev/acpi/acpivar.h> #ifndef ACPI_NO_OSDFUNC_INLINE #include <machine/acpica_osd.h> #endif /* !ACPI_NO_OSDFUNC_INLINE */ |
