diff options
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/Ipf')
-rw-r--r-- | MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c b/MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c index 5ad64a5cf4..e12f881c09 100644 --- a/MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c +++ b/MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c @@ -12,7 +12,7 @@ **/
-#include <Library/PalCallLib.h>
+#include <Library/PalLib.h>
/**
Places the CPU in a sleep state until an interrupt is received.
|