aboutsummaryrefslogtreecommitdiff
path: root/src/acpi
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-22 11:42:53 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-26 21:34:21 +0000
commita83a7db80445469369c769ad252e245d0b8e484f (patch)
treec9d84f5ad2734d45cd7a599ac4e5997b179de4a7 /src/acpi
parent0aabd07c95c3a940832d2818bacb47843388ad85 (diff)
src/acpi/device.c: Add include <types.h>
BIT(x) needs <types.h>. Change-Id: I1a7c5e15468b76e29aa32169fd8ca10445c2eff2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43704 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/acpi')
-rw-r--r--src/acpi/device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/acpi/device.c b/src/acpi/device.c
index b119abd61f..07e80f5402 100644
--- a/src/acpi/device.c
+++ b/src/acpi/device.c
@@ -8,6 +8,7 @@
#include <device/device.h>
#include <device/path.h>
#include <stdlib.h>
+#include <types.h>
#include <crc_byte.h>
#if CONFIG(GENERIC_GPIO_LIB)