summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-16 07:10:15 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-16 07:10:15 +0000
commitbff2467affa16c1903dc7f63b01629b0f19fcfde (patch)
treeafda6ec4185514d419652739f8d94d2db6ab2839 /MdePkg
parentde8fe2c269cf681ffaed684433a379ea81160d17 (diff)
downloadedk2-bff2467affa16c1903dc7f63b01629b0f19fcfde.zip
edk2-bff2467affa16c1903dc7f63b01629b0f19fcfde.tar.gz
edk2-bff2467affa16c1903dc7f63b01629b0f19fcfde.tar.bz2
add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4128 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/Thunk16.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/Thunk16.S b/MdePkg/Library/BaseLib/Ia32/Thunk16.S
index c45cdb0..07d544b 100644
--- a/MdePkg/Library/BaseLib/Ia32/Thunk16.S
+++ b/MdePkg/Library/BaseLib/Ia32/Thunk16.S
@@ -19,6 +19,8 @@
#
#------------------------------------------------------------------------------
+#include <Library/BaseLib.h>
+
.globl ASM_PFX(m16Start), ASM_PFX(m16Size), ASM_PFX(mThunk16Attr), ASM_PFX(m16Gdt), ASM_PFX(m16GdtrBase), ASM_PFX(mTransition)
.globl ASM_PFX(InternalAsmThunk16)