From 117c6e7cf20c07133584b8a301360a484101bc7b Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 18 Feb 2015 10:51:48 +0000 Subject: [PATCH] Fix UP build. Sponsored by: The FreeBSD Foundation MFC after: 2 months --- sys/x86/acpica/acpi_wakeup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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