diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/Pcibus.c')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/Pcibus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/Pcibus.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/Pcibus.c index d5e0661bfb..ec733ccbf3 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/Pcibus.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/Pcibus.c @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include "pcibus.h"
+#include "Pcibus.h"
//
// PCI Bus Driver Global Variables
|