diff options
Diffstat (limited to 'MdePkg/Library/CpuLib')
-rw-r--r-- | MdePkg/Library/CpuLib/Ebc/CpuSleepFlushTlb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/CpuLib/Ebc/CpuSleepFlushTlb.c b/MdePkg/Library/CpuLib/Ebc/CpuSleepFlushTlb.c index f249d1a692..5f9cdc5744 100644 --- a/MdePkg/Library/CpuLib/Ebc/CpuSleepFlushTlb.c +++ b/MdePkg/Library/CpuLib/Ebc/CpuSleepFlushTlb.c @@ -11,7 +11,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-
+#include <Base.h>
+#include <Library/DebugLib.h>
/**
Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|