aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/acpi_device.c1
1 files changed, 1 insertions, 0 deletions
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 <arch/acpigen.h>
#include <device/device.h>
#include <device/path.h>
+#include <stdlib.h>
#if CONFIG(GENERIC_GPIO_LIB)
#include <gpio.h>
#endif