diff options
author | bxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 12:23:11 +0000 |
---|---|---|
committer | bxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 12:23:11 +0000 |
commit | b80fbe8543eb535e40172a263b6b5d633e5b282c (patch) | |
tree | c77a3b777b6abf37fb9662eaa9e073a505926147 /IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h | |
parent | f29ae5d6b820bcb9bed7be78799e1b0a432188df (diff) | |
download | edk2-platforms-b80fbe8543eb535e40172a263b6b5d633e5b282c.tar.xz |
Modified header files to make them compile
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2846 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h index 4eaa3dacba..3bc9f5d4ee 100644 --- a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h +++ b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h @@ -24,6 +24,8 @@ #ifndef _EFI_LEGACY_BIOS_PLATFORM_H_
#define _EFI_LEGACY_BIOS_PLATFORM_H_
+#include <FrameworkDxe.h>
+
#define EFI_LEGACY_BIOS_PLATFORM_PROTOCOL_GUID \
{ \
0x783658a3, 0x4172, 0x4421, {0xa2, 0x99, 0xe0, 0x9, 0x7, 0x9c, 0xc, 0xb4 } \
|