diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Cpu.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Cpu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Cpu.c b/MdePkg/Library/BaseLib/Cpu.c index d8564c04d4..4203afdfb3 100644 --- a/MdePkg/Library/BaseLib/Cpu.c +++ b/MdePkg/Library/BaseLib/Cpu.c @@ -17,7 +17,8 @@ //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include <BaseLibInternals.h>
+
/**
Disables CPU interrupts and returns the interrupt state prior to the disable
|