From 8b16916b0ed5ab58e2f64e7fc469cbfbc2914a83 Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 31 Jan 2014 17:26:15 +0000 Subject: [PATCH] MFC 259823: Fix i386 build. git-svn-id: svn://svn.freebsd.org/base/stable/10@261325 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/x86/acpica/acpi_wakeup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/x86/acpica/acpi_wakeup.c b/sys/x86/acpica/acpi_wakeup.c index 73a658ff9..13119d375 100644 --- a/sys/x86/acpica/acpi_wakeup.c +++ b/sys/x86/acpica/acpi_wakeup.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include -- 2.45.2