diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-11 19:37:11 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-16 08:15:31 +0000 |
commit | cdd2f63947549e9b478f26942daf400cf4f246e6 (patch) | |
tree | 49d353fdd10ccd27ac6d369731b3650c1e5ba240 /src/acpi | |
parent | 826459dad959a2d616af53f7cd1541c120f2a2c5 (diff) |
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>
Diffstat (limited to 'src/acpi')
-rw-r--r-- | src/acpi/acpi.c | 1 | ||||
-rw-r--r-- | src/acpi/acpigen.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/acpi/acpi.c b/src/acpi/acpi.c index fc1368990e..867e163c99 100644 --- a/src/acpi/acpi.c +++ b/src/acpi/acpi.c @@ -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> diff --git a/src/acpi/acpigen.c b/src/acpi/acpigen.c index 5cc6a4edac..4d9395fab7 100644 --- a/src/acpi/acpigen.c +++ b/src/acpi/acpigen.c @@ -21,6 +21,7 @@ #include <device/pci_def.h> #include <device/pci_type.h> #include <device/soundwire.h> +#include <types.h> static char *gencurrent; |