Debugger: Fix build
Jeffrey Pfau jeffrey@endrift.com
Tue, 11 Oct 2016 21:26:20 -0700
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/arm/debugger/debugger.h
→
src/arm/debugger/debugger.h
@@ -5,6 +5,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "debugger/debugger.h" +#include "arm/arm.h" + struct ARMDebugBreakpoint { uint32_t address; bool isSw;