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>
This commit is contained in:
Elyes HAOUAS 2020-07-22 11:42:53 +02:00 committed by Patrick Georgi
parent 0aabd07c95
commit a83a7db804
1 changed files with 1 additions and 0 deletions

View File

@ -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)