diff --git a/sys/x86/acpica/acpi_wakeup.c b/sys/x86/acpica/acpi_wakeup.c index e6524193847..70c8d6bb3a0 100644 --- a/sys/x86/acpica/acpi_wakeup.c +++ b/sys/x86/acpica/acpi_wakeup.c @@ -55,8 +55,9 @@ __FBSDID("$FreeBSD$"); #include #include -#ifdef SMP #include +#include +#ifdef SMP #include #include #endif