summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzliu3 <zliu3@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-08 08:46:39 +0000
committerzliu3 <zliu3@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-08 08:46:39 +0000
commitfa46e6aa3c0ce0f4257c7545144d5d4f7788f81e (patch)
tree7155f2887aa328ad6ff8706e392385242c016dd7
parent9ac6d580c822dde60b22d541a94f0b37987a0a04 (diff)
downloadedk2-fa46e6aa3c0ce0f4257c7545144d5d4f7788f81e.tar.gz
edk2-fa46e6aa3c0ce0f4257c7545144d5d4f7788f81e.tar.bz2
edk2-fa46e6aa3c0ce0f4257c7545144d5d4f7788f81e.zip
Added the "#include <Library/PalCallLib.h>" to pass build (the tracker is #592)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4043 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c b/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
index 73082f866b..3977880526 100644
--- a/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
+++ b/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
@@ -18,6 +18,7 @@
#include <Library/IoLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
+#include <Library/PalCallLib.h>
/**