]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/DefaultExceptionHandlerLib: add missing UefiLib include
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 20:50:59 +0000 (21:50 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 17 Jan 2019 09:37:24 +0000 (10:37 +0100)
Commit 31f5388006fc ("ArmPkg/DefaultExceptionHandlerLib: use console
if available") added calls to AsciiPrint() to the default exception
handler code, but the ARM version did not include UefiLib.h yet
(even though the .INF declares it unconditionally), resulting in
build breakage. So add the missing include.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c

index 2e0cfb2d4e036a3f018159fdc23e4d857a1191cb..476ec20610846abfb791558809d88040da79686c 100644 (file)
@@ -22,6 +22,7 @@
 #include <Library/ArmDisassemblerLib.h>\r
 #include <Library/SerialPortLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/UefiLib.h>\r
 \r
 #include <Guid/DebugImageInfoTable.h>\r
 \r