Angel Pons has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43363 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/include/ramdetect.h 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
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