From 70a03dd9605c6a973bbb78e64e626e8af377ad74 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 2 Dec 2019 20:47:50 +0100 Subject: src: Add missing include Change-Id: I17dc2fed6c6518daf5af286788c98c049088911e Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/37366 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/arch/x86/acpi_device.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/acpi_device.c') diff --git a/src/arch/x86/acpi_device.c b/src/arch/x86/acpi_device.c index d367108457..5c77953bc2 100644 --- a/src/arch/x86/acpi_device.c +++ b/src/arch/x86/acpi_device.c @@ -17,6 +17,7 @@ #include #include #include +#include #if CONFIG(GENERIC_GPIO_LIB) #include #endif -- cgit v1.2.3