Felix Held has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60550 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Felix Singer felixsinger@posteo.net --- M src/security/memory/memory.c 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Angel Pons: Looks good to me, approved
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"
/**
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.