diff options
Diffstat (limited to 'MdePkg/Include/Ppi/PciCfg2.h')
-rw-r--r-- | MdePkg/Include/Ppi/PciCfg2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Ppi/PciCfg2.h b/MdePkg/Include/Ppi/PciCfg2.h index 7102539c2a..2e4b7aecd7 100644 --- a/MdePkg/Include/Ppi/PciCfg2.h +++ b/MdePkg/Include/Ppi/PciCfg2.h @@ -19,6 +19,8 @@ #ifndef __PEI_PCI_CFG2_H__
#define __PEI_PCI_CFG2_H__
+#include <ProcessorBind.h>
+#include <Pi/PiPeiCis.h>
#define EFI_PEI_PCI_CFG2_PPI_GUID \
{ 0x57a449a, 0x1fdc, 0x4c06, { 0xbf, 0xc9, 0xf5, 0x3f, 0x6a, 0x99, 0xbb, 0x92 } }
|