diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/LongJump.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/LongJump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/LongJump.c b/MdePkg/Library/BaseLib/Ia32/LongJump.c index 3186da522f..f0408b83fa 100644 --- a/MdePkg/Library/BaseLib/Ia32/LongJump.c +++ b/MdePkg/Library/BaseLib/Ia32/LongJump.c @@ -15,7 +15,8 @@ //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include <BaseLibInternals.h>
+
__declspec (naked)
VOID
|