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/PciHostBridgeResourceAllocation.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/PciHostBridgeResourceAllocation.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h b/IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h index adafd734de..33b4c34d45 100644 --- a/IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h +++ b/IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h @@ -21,6 +21,7 @@ #ifndef _PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_H_
#define _PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_H_
+#include <PiDxe.h>
#include <Protocol/PciRootBridgeIo.h>
#define EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GUID \
|