diff options
Diffstat (limited to 'EmulatorPkg/PlatformSmbiosDxe')
-rw-r--r-- | EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 | ||||
-rw-r--r-- | EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c index b94b06535b..2c75f85f47 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -14,7 +14,7 @@ **/ #include <PiDxe.h> -#include <IndustryStandard/Smbios.h> +#include <IndustryStandard/SmBios.h> #include <Protocol/Smbios.h> #include <Library/BaseLib.h> diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c index 7e8ed5bfbd..71bac62373 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c +++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c @@ -25,7 +25,7 @@ **/ #include <PiDxe.h> -#include <IndustryStandard/Smbios.h> +#include <IndustryStandard/SmBios.h> #include <Protocol/Smbios.h> #include <Library/SmbiosLib.h> |