diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-06 14:00:46 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-06 14:00:46 +0000 |
commit | 2553c3f39c77d1022f60b242905ca8918d2c9743 (patch) | |
tree | 06c9f6db659e6c0900ad2bdb3f128f17cccd4728 /MdePkg/Library/BaseLib/CpuDeadLoop.c | |
parent | e084f202216eab1ae5cf9fe9f3bcdcf04770f98e (diff) | |
download | edk2-platforms-2553c3f39c77d1022f60b242905ca8918d2c9743.tar.xz |
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/Library/BaseLib/CpuDeadLoop.c')
-rw-r--r-- | MdePkg/Library/BaseLib/CpuDeadLoop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/CpuDeadLoop.c b/MdePkg/Library/BaseLib/CpuDeadLoop.c index a40a6467e8..5e560986a7 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.
|