From 3a0355a8bc068aa3dbcc19cc74826b14505c8f61 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 31 Dec 2021 08:13:13 +0100 Subject: [PATCH] security/memory/memory.c: Include 'stdbool' instead of 'stdint' Change-Id: I4eac157c8b48c1c10178bb84822b6462c245deca Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/60550 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Felix Singer --- src/security/memory/memory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/security/memory/memory.c b/src/security/memory/memory.c index ff4cd1581b..c4f3bdd68f 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 #include +#include + #include "memory.h" /**