summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/x86Msr.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/x86Msr.c')
-rw-r--r--MdePkg/Library/BaseLib/x86Msr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/x86Msr.c b/MdePkg/Library/BaseLib/x86Msr.c
index a9ad2425ae..1af72ba1a3 100644
--- a/MdePkg/Library/BaseLib/x86Msr.c
+++ b/MdePkg/Library/BaseLib/x86Msr.c
@@ -17,7 +17,8 @@
//
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include <BaseLibInternals.h>
+
/**
Returns the lower 32-bits of a Machine Specific Register(MSR).