summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-31 14:21:01 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-03 13:03:21 +0000
commit109bd3b796bae2f8333d832e9f0cc778c6663297 (patch)
treed1dfa35d963c278185a6b924ac6b82a4668e3574 /src
parent6dc65d9047f2830371d5c98bf36a7b4e149be0c8 (diff)
downloadcoreboot-109bd3b796bae2f8333d832e9f0cc778c6663297.tar.gz
coreboot-109bd3b796bae2f8333d832e9f0cc778c6663297.tar.bz2
coreboot-109bd3b796bae2f8333d832e9f0cc778c6663297.zip
include/acpi/acpi_crat.h: Add missing <stdint.h>
Change-Id: Ic157cd820be204035706f8074dd6dbcb95c0f04f Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69060 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/acpi/acpi_crat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/acpi/acpi_crat.h b/src/include/acpi/acpi_crat.h
index b6ae1d64b6fc..d18d66ce41b3 100644
--- a/src/include/acpi/acpi_crat.h
+++ b/src/include/acpi/acpi_crat.h
@@ -3,6 +3,8 @@
#ifndef __ACPI_CRAT_H__
#define __ACPI_CRAT_H__
+#include <stdint.h>
+
enum crat_entry_type {
CRAT_HSA_PROC_UNIT_TYPE,
CRAT_MEMORY_TYPE,