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:
parent
0aabd07c95
commit
a83a7db804
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue