HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43950 )
Change subject: src/acpi: Add missing <stddef.h> and <stdint.h> ......................................................................
src/acpi: Add missing <stddef.h> and <stdint.h>
Change-Id: Ied71f41f5a725e89afe71667e3aaad0b4ca45826 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/acpi/acpi.c M src/acpi/acpigen.c 2 files changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/43950/1
diff --git a/src/acpi/acpi.c b/src/acpi/acpi.c index 7873c0f..6341929 100644 --- a/src/acpi/acpi.c +++ b/src/acpi/acpi.c @@ -23,6 +23,8 @@ #include <commonlib/helpers.h> #include <cpu/cpu.h> #include <cbfs.h> +#include <stddef.h> +#include <stdint.h> #include <version.h> #include <commonlib/sort.h>
diff --git a/src/acpi/acpigen.c b/src/acpi/acpigen.c index a4a74f6..cc90016 100644 --- a/src/acpi/acpigen.c +++ b/src/acpi/acpigen.c @@ -19,6 +19,8 @@ #include <device/pci_def.h> #include <device/pci_type.h> #include <device/soundwire.h> +#include <stddef.h> +#include <stdint.h>
static char *gencurrent;
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/43950 )
Change subject: src/acpi: Add missing <stddef.h> and <stdint.h> ......................................................................
Abandoned