summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/EfiRom/EfiRom.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/EfiRom/EfiRom.h')
-rw-r--r--BaseTools/Source/C/EfiRom/EfiRom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/C/EfiRom/EfiRom.h b/BaseTools/Source/C/EfiRom/EfiRom.h
index 887a6a51e2..dfb4c32077 100644
--- a/BaseTools/Source/C/EfiRom/EfiRom.h
+++ b/BaseTools/Source/C/EfiRom/EfiRom.h
@@ -16,8 +16,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Common/UefiBaseTypes.h>
#include <IndustryStandard/PeImage.h> // for PE32 structure definitions
-#include <IndustryStandard/pci22.h> // for option ROM header structures
-#include <IndustryStandard/pci30.h>
+#include <IndustryStandard/Pci22.h> // for option ROM header structures
+#include <IndustryStandard/Pci30.h>
#include "Compress.h"
#include "CommonLib.h"