HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43363 )
Change subject: src/include/ramdetect.h: Add missing includes ......................................................................
src/include/ramdetect.h: Add missing includes
Change-Id: I142f88aae67237ce6777f7f9e8849bae589beeb5 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/ramdetect.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/43363/1
diff --git a/src/include/ramdetect.h b/src/include/ramdetect.h index 93c5db1..55c81d0 100644 --- a/src/include/ramdetect.h +++ b/src/include/ramdetect.h @@ -1,5 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */
+#include <stdint.h> +#include <stddef.h>
/* * Used in probe_ramsize(). This is a weak function and it's overridden for