X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FInclude%2FGuid%2FPeiPeCoffLoader.h;h=4a732a14d8d42fc488d572aabb5b43149f8289b8;hp=abafb71afd33c8e69e2dd54a9813c1c79fc011e2;hb=675a7b0b3fb896e5fcf4128b4fea52fc7d0811a1;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4 diff --git a/EdkModulePkg/Include/Guid/PeiPeCoffLoader.h b/EdkModulePkg/Include/Guid/PeiPeCoffLoader.h index abafb71afd..4a732a14d8 100644 --- a/EdkModulePkg/Include/Guid/PeiPeCoffLoader.h +++ b/EdkModulePkg/Include/Guid/PeiPeCoffLoader.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -20,6 +20,10 @@ Abstract: #ifndef __PEI_PE_COFF_LOADER_H__ #define __PEI_PE_COFF_LOADER_H__ +// +// MdePkg/Include/Common/PeCoffLoaderImageContext.h +// +#include #define EFI_PEI_PE_COFF_LOADER_GUID \ { 0xd8117cff, 0x94a6, 0x11d4, {0x9a, 0x3a, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } }