summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-06 14:00:46 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-06 14:00:46 +0000
commit2553c3f39c77d1022f60b242905ca8918d2c9743 (patch)
tree06c9f6db659e6c0900ad2bdb3f128f17cccd4728 /MdePkg
parente084f202216eab1ae5cf9fe9f3bcdcf04770f98e (diff)
downloadedk2-2553c3f39c77d1022f60b242905ca8918d2c9743.zip
edk2-2553c3f39c77d1022f60b242905ca8918d2c9743.tar.gz
edk2-2553c3f39c77d1022f60b242905ca8918d2c9743.tar.bz2
add in proper include for this file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3128 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/BaseLib/CpuDeadLoop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/CpuDeadLoop.c b/MdePkg/Library/BaseLib/CpuDeadLoop.c
index a40a646..5e56098 100644
--- a/MdePkg/Library/BaseLib/CpuDeadLoop.c
+++ b/MdePkg/Library/BaseLib/CpuDeadLoop.c
@@ -16,6 +16,8 @@
// Include common header file for this module.
//
+#include <Base.h>
+#include <Library\BaseLib.h>
/**
Executes an infinite loop.