HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60550 )
Change subject: security/memory/memory.c: Include 'stdbool' instead of 'stdint' ......................................................................
security/memory/memory.c: Include 'stdbool' instead of 'stdint'
Change-Id: I4eac157c8b48c1c10178bb84822b6462c245deca Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/security/memory/memory.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/60550/1
diff --git a/src/security/memory/memory.c b/src/security/memory/memory.c index ff4cd15..c4f3bdd 100644 --- a/src/security/memory/memory.c +++ b/src/security/memory/memory.c @@ -1,7 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <stdint.h> #include <security/intel/txt/txt.h> +#include <stdbool.h> + #include "memory.h"
/**