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:
Elyes HAOUAS 2021-02-11 19:37:11 +01:00 committed by Patrick Georgi
parent 826459dad9
commit cdd2f63947
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -21,6 +21,7 @@
#include <device/pci_def.h>
#include <device/pci_type.h>
#include <device/soundwire.h>
#include <types.h>
static char *gencurrent;