REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3849

PxeBaseCodeCallBack.h lacks definition for EFI_PXE_BASE_CODE_PACKET

+  #include <Protocol/PxeBaseCode.h>

///

Signed-off-by: brentholtsclaw <brent.holtsc...@intel.com>
---
 MdePkg/Include/Protocol/PxeBaseCodeCallBack.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h 
b/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
index 65b3220698..ac7269cf78 100644
--- a/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
+++ b/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
@@ -13,6 +13,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #ifndef _PXE_BASE_CODE_CALLBACK_H_
 #define _PXE_BASE_CODE_CALLBACK_H_
 
+#include <Protocol/PxeBaseCode.h>
+
 ///
 /// Call Back Definitions.
 ///
-- 
2.27.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#87375): https://edk2.groups.io/g/devel/message/87375
Mute This Topic: https://groups.io/mt/89651441/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to