From 7cd8c79177ecf2143e878a8e2be916bfe222a8c7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 11 Jul 2020 20:25:26 +0200 Subject: src/include/ramdetect.h: Add missing includes Change-Id: I142f88aae67237ce6777f7f9e8849bae589beeb5 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/43363 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/include/ramdetect.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/ramdetect.h') diff --git a/src/include/ramdetect.h b/src/include/ramdetect.h index 93c5db1382..55c81d08c5 100644 --- a/src/include/ramdetect.h +++ b/src/include/ramdetect.h @@ -1,5 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include +#include /* * Used in probe_ramsize(). This is a weak function and it's overridden for -- cgit v1.2.3