From d2a0f379d5bde58861345280177a5c809a021e01 Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Mon, 11 Apr 2022 17:46:12 -0700 Subject: SecurityPkg: Secure Boot Drivers: Added common header files REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change added common header files to consumer drivers to unblock pipeline builds. Cc: Jiewen Yao Cc: Jian J Wang Cc: Min Xu Signed-off-by: Kun Qin Reviewed-by: Jiewen Yao Acked-by: Michael Kubacki --- .../VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c') diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c index 0122e8d55f..a13c349a0f 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c @@ -8,6 +8,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "SecureBootConfigImpl.h" +#include #include #include #include -- cgit v1.2.3