diff options
author | zliu3 <zliu3@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-08 08:46:39 +0000 |
---|---|---|
committer | zliu3 <zliu3@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-08 08:46:39 +0000 |
commit | fa46e6aa3c0ce0f4257c7545144d5d4f7788f81e (patch) | |
tree | 7155f2887aa328ad6ff8706e392385242c016dd7 /MdePkg/Library | |
parent | 9ac6d580c822dde60b22d541a94f0b37987a0a04 (diff) | |
download | edk2-platforms-fa46e6aa3c0ce0f4257c7545144d5d4f7788f81e.tar.xz |
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
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c | 1 |
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>
/**
|