diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-09-21 13:01:19 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-09-21 13:01:19 +0000 |
| commit | fe44e2ea94754422f02fc7be10a1ee6f266898cf (patch) | |
| tree | 8c05f9b941599277702721aa979a8618bd821ee6 /usr.sbin | |
| parent | eabc23efb36f30c8fe71a173d93a3fef23f8291b (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/acpi/amldb/aml/aml_common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/acpi/amldb/aml/aml_common.c b/usr.sbin/acpi/amldb/aml/aml_common.c index fe98e1ed14fc..4721b7f32663 100644 --- a/usr.sbin/acpi/amldb/aml/aml_common.c +++ b/usr.sbin/acpi/amldb/aml/aml_common.c @@ -42,7 +42,10 @@ #include <sys/kernel.h> #include <sys/sysctl.h> #include <sys/systm.h> +#include <sys/acpi.h> +#ifndef ACPI_NO_OSDFUNC_INLINE #include <machine/acpica_osd.h> +#endif /* !ACPI_NO_OSDFUNC_INLINE */ #endif /* !_KERNEL */ #include <dev/acpi/aml/aml_common.h> |
