summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/SimpleTextIn.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-21 08:20:21 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-21 08:20:21 +0000
commit3f748e529cb13841e12d0bfdf8446db7763a3f20 (patch)
tree2f18a6241581faea89855cc3187a3152c113e77c /MdePkg/Include/Protocol/SimpleTextIn.h
parent0c7f62f82d7e0a2d759f421945539e13260e33db (diff)
downloadedk2-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/SimpleTextIn.h')
-rw-r--r--MdePkg/Include/Protocol/SimpleTextIn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/SimpleTextIn.h b/MdePkg/Include/Protocol/SimpleTextIn.h
index bdbb0f0456..ad23b5ab5c 100644
--- a/MdePkg/Include/Protocol/SimpleTextIn.h
+++ b/MdePkg/Include/Protocol/SimpleTextIn.h
@@ -18,6 +18,8 @@
#ifndef __SIMPLE_TEXT_IN_PROTOCOL_H__
#define __SIMPLE_TEXT_IN_PROTOCOL_H__
+#include <ProcessorBind.h>
+
#define EFI_SIMPLE_TEXT_INPUT_PROTOCOL_GUID \
{ \
0x387477c1, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \