From: klu2 Date: Fri, 10 Aug 2007 09:49:49 +0000 (+0000) Subject: 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID... X-Git-Tag: edk2-stable201903~22350 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=28dc3c6787c5e8bdbd1940516fa73238b7d48060 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h 2) Remove IntelFrameworkPkg/Framework/StatusCodeDataTypeId.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3611 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h index 3c7395e983..a46036b50f 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.h +++ b/MdeModulePkg/Core/Pei/PeiMain.h @@ -26,6 +26,7 @@ Revision History #include #include +#include #include #include #include @@ -43,7 +44,7 @@ Revision History #include #include #include - +#include extern EFI_GUID gEfiPeiCorePrivateGuid;