From b0e11503e787e8d206f24f0e59c4dd62e7e29a13 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 16 Sep 2021 22:07:42 +0200 Subject: [PATCH] security/intel/txt/romstage: add missing arch/cpu.h include Including arch/cpu.h is needed to have the declaration for cpu_get_feature_flags_ecx. Signed-off-by: Felix Held Change-Id: I091c82f5a55ee9aa84a255c75c7721eff989344d Reviewed-on: https://review.coreboot.org/c/coreboot/+/57726 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/security/intel/txt/romstage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/security/intel/txt/romstage.c b/src/security/intel/txt/romstage.c index 7a12debd6d..ef069ef0e2 100644 --- a/src/security/intel/txt/romstage.c +++ b/src/security/intel/txt/romstage.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include #include #include #include