diff options
Diffstat (limited to 'ArmPlatformPkg/PeilessSec/Arm')
-rw-r--r-- | ArmPlatformPkg/PeilessSec/Arm/ModuleEntryPoint.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/PeilessSec/Arm/ModuleEntryPoint.S b/ArmPlatformPkg/PeilessSec/Arm/ModuleEntryPoint.S index ab5b023fa9..fc28939afe 100644 --- a/ArmPlatformPkg/PeilessSec/Arm/ModuleEntryPoint.S +++ b/ArmPlatformPkg/PeilessSec/Arm/ModuleEntryPoint.S @@ -5,7 +5,7 @@ //
//
-#include <AsmMacroIoLib.h>
+#include <AsmMacroLib.h>
#include <Arm/AArch32.h>
|