diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-03 22:34:43 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-03 22:34:43 +0000 |
commit | eeb78924eca8f2c4d334138100298d8d1cbd1b4a (patch) | |
tree | 0f8dc9f0af6581b1fbf95e9035774615f0bfaf0b /ArmPkg/Drivers/CpuDxe/CpuDxe.h | |
parent | 334f978eccac1720561b993cb5b868199433e7c1 (diff) | |
download | edk2-platforms-eeb78924eca8f2c4d334138100298d8d1cbd1b4a.tar.xz |
Cleanup to match MdePkg cleanups. More progress on ARM disassembler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9924 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers/CpuDxe/CpuDxe.h')
-rw-r--r-- | ArmPkg/Drivers/CpuDxe/CpuDxe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.h b/ArmPkg/Drivers/CpuDxe/CpuDxe.h index c8cba81621..b5464398ea 100644 --- a/ArmPkg/Drivers/CpuDxe/CpuDxe.h +++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.h @@ -28,6 +28,7 @@ #include <Library/UefiLib.h>
#include <Library/CpuLib.h>
#include <Library/DefaultExceptionHandlerLib.h>
+#include <Library/DebugLib.h>
#include <Guid/DebugImageInfoTable.h>
#include <Protocol/Cpu.h>
|