From 4adc364c75b556eb0b741332f08c0aceb5e2cb0a Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 4 Mar 2022 16:05:11 -0700 Subject: [PATCH] UefiPayloadPkg: Fix case of protocol Fix case match in to avoid build failure on Linux. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Sean Rhodes Reviewed-by: Guo Dong --- UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h index 15e604d514..b82f632556 100644 --- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h +++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h @@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include #include -#include +#include #include #include #include