Include the missing Guid header file to refer the global Guid

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7498 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2009-02-11 04:57:42 +00:00
parent 2e121e9aaa
commit 98b15cf156
2 changed files with 3 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define _PCD_DXE_SERVICE_H_
#include <PiDxe.h>
#include <Guid/PcdDataBaseHobGuid.h>
#include <Protocol/Pcd.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
@@ -1057,8 +1058,6 @@ SetPtrTypeSize (
IN OUT UINTN *CurrentSize
);
extern EFI_GUID gPcdDataBaseHobGuid;
extern PCD_DATABASE * mPcdDatabase;
extern DXE_PCD_DATABASE_INIT gDXEPcdDbInit;