src/acpi: Add missing <types.h>
Change-Id: Iec78183b43ea26d9de14e0ce28eef6fc0361cc95 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50555 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lance Zhao Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
826459dad9
commit
cdd2f63947
|
@ -23,6 +23,7 @@
|
|||
#include <commonlib/helpers.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <cbfs.h>
|
||||
#include <types.h>
|
||||
#include <version.h>
|
||||
#include <commonlib/sort.h>
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include <device/pci_def.h>
|
||||
#include <device/pci_type.h>
|
||||
#include <device/soundwire.h>
|
||||
#include <types.h>
|
||||
|
||||
static char *gencurrent;
|
||||
|
||||
|
|
Loading…
Reference in New Issue