diff options
Diffstat (limited to 'ArmPlatformPkg/Sec/Arm/SwitchStack.S')
-rw-r--r-- | ArmPlatformPkg/Sec/Arm/SwitchStack.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Sec/Arm/SwitchStack.S b/ArmPlatformPkg/Sec/Arm/SwitchStack.S index d64772b8ed..028ee26e89 100644 --- a/ArmPlatformPkg/Sec/Arm/SwitchStack.S +++ b/ArmPlatformPkg/Sec/Arm/SwitchStack.S @@ -6,7 +6,7 @@ #
#------------------------------------------------------------------------------
-#include <AsmMacroIoLib.h>
+#include <AsmMacroLib.h>
#/**
# This allows the caller to switch the stack and return
|