]> git.proxmox.com Git - mirror_edk2.git/commit
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)
commit00755e1c8019cb073de85dea97737aedc10f352c
tree448746e0f9e133cabb6cdefbb7f8c3c57bdeded5
parent3837e2e0384035d18d15dd810a7c4c1b0235858a
ArmPkg/DefaultExceptionHandlerLib: add missing UefiLib include

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