diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-26 10:07:39 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-26 10:07:39 +0000 |
commit | a979fca9e06dbbaf657fe2dea5b5e01ff5dc963c (patch) | |
tree | 320fd2f70f6b566933818dc9c42320980e99023c /MdePkg | |
parent | 2616448e98894f1d3e922d880fc3f54c9db7df08 (diff) | |
download | edk2-platforms-a979fca9e06dbbaf657fe2dea5b5e01ff5dc963c.tar.xz |
Uefi.h include is required as this module need the EFI_CONFIGURATION_TABLE type definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6238 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Uefi/UefiTcgPlatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Uefi/UefiTcgPlatform.h b/MdePkg/Include/Uefi/UefiTcgPlatform.h index 9e380226bd..4545f8fc2e 100644 --- a/MdePkg/Include/Uefi/UefiTcgPlatform.h +++ b/MdePkg/Include/Uefi/UefiTcgPlatform.h @@ -17,7 +17,7 @@ #include <IndustryStandard/Tpm12.h>
-#include <Protocol/DevicePath.h>
+#include <Uefi.h>
//
// Standard event types
|