diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-26 09:49:35 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-26 09:49:35 +0000 |
commit | 1fd83dd2da66e3358944908dafbbb732af2bfc05 (patch) | |
tree | e3b428c478716db4bae708040df15ddf0623c20b /MdePkg/Include | |
parent | 49e70927147f49c388b9e6a383728f7df48ed4c7 (diff) | |
download | edk2-platforms-1fd83dd2da66e3358944908dafbbb732af2bfc05.tar.xz |
Include DevicePath.h as this file need EFI_DEVICE_PATH_PROTOCOL's definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6232 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Uefi/UefiTcgPlatform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/Uefi/UefiTcgPlatform.h b/MdePkg/Include/Uefi/UefiTcgPlatform.h index 6bb510b2e3..9e380226bd 100644 --- a/MdePkg/Include/Uefi/UefiTcgPlatform.h +++ b/MdePkg/Include/Uefi/UefiTcgPlatform.h @@ -16,6 +16,9 @@ #define __UEFI_TCG_PLATFOMR_H__
#include <IndustryStandard/Tpm12.h>
+
+#include <Protocol/DevicePath.h>
+
//
// Standard event types
//
|