diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 08:20:21 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 08:20:21 +0000 |
commit | 3f748e529cb13841e12d0bfdf8446db7763a3f20 (patch) | |
tree | 2f18a6241581faea89855cc3187a3152c113e77c /MdePkg/Include/Protocol/DebugSupport.h | |
parent | 0c7f62f82d7e0a2d759f421945539e13260e33db (diff) | |
download | edk2-platforms-3f748e529cb13841e12d0bfdf8446db7763a3f20.tar.xz |
Fix missing include file which break doxygen parsing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5105 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DebugSupport.h')
-rw-r--r-- | MdePkg/Include/Protocol/DebugSupport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/DebugSupport.h b/MdePkg/Include/Protocol/DebugSupport.h index 6dc42defed..63f68cd97d 100644 --- a/MdePkg/Include/Protocol/DebugSupport.h +++ b/MdePkg/Include/Protocol/DebugSupport.h @@ -19,6 +19,7 @@ #ifndef __DEBUG_SUPPORT_H__
#define __DEBUG_SUPPORT_H__
+#include <ProcessorBind.h>
#include <IndustryStandard/PeImage.h>
typedef struct _EFI_DEBUG_SUPPORT_PROTOCOL EFI_DEBUG_SUPPORT_PROTOCOL;
|