summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c')
-rw-r--r--MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c b/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
index f2001393f0..da2481a443 100644
--- a/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
+++ b/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
@@ -15,7 +15,7 @@
**/
-#include <BaseLibInternals.h>
+#include "BaseLibInternals.h"
/**
Saves the current CPU context that can be restored with a call to LongJump() and returns 0.