diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-08-29 08:31:06 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-08-29 08:31:06 +0000 |
| commit | c4d2c0a1def839cdac4a31dc77572f8fc23cf263 (patch) | |
| tree | e37ae37b2f5baa554ce18bc9010efdd4e5c45c5f | |
| parent | b504cef7c51cbdd614b7d10c817e6d30aa0b5607 (diff) | |
Notes
| -rw-r--r-- | sys/contrib/dev/acpica/acfreebsd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/acfreebsd.h b/sys/contrib/dev/acpica/acfreebsd.h index 3889acdff2845..e786c16b375bf 100644 --- a/sys/contrib/dev/acpica/acfreebsd.h +++ b/sys/contrib/dev/acpica/acfreebsd.h @@ -128,13 +128,15 @@ #include "acgcc.h" #include <machine/acpica_machdep.h> +#ifdef _KERNEL +#include "opt_acpi.h" +#endif + #ifdef ACPI_DEBUG #define ACPI_DEBUG_OUTPUT /* for backward compatibility */ #endif #ifdef _KERNEL -#include "opt_acpi.h" - #include <sys/ctype.h> #include <sys/param.h> #include <sys/systm.h> |
