diff options
-rw-r--r-- | UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h b/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h index 63fc03d91e..8118c1f394 100644 --- a/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h +++ b/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h @@ -25,7 +25,7 @@ #include <Library/MemoryAllocationLib.h> #include <Library/LocalApicLib.h> -#include <Register/CpuId.h> +#include <Register/Cpuid.h> #include <Register/Msr.h> /** |