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>
This commit is contained in:
Elyes HAOUAS 2021-12-31 08:13:13 +01:00 committed by Felix Held
parent 5ca0015dc5
commit 3a0355a8bc
1 changed files with 2 additions and 1 deletions

View File

@ -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"
/**