diff options
Diffstat (limited to 'gdb/mem-break.c')
-rw-r--r-- | gdb/mem-break.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/mem-break.c b/gdb/mem-break.c index abf8885..cf2ba59 100644 --- a/gdb/mem-break.c +++ b/gdb/mem-break.c @@ -24,6 +24,8 @@ #include "breakpoint.h" #include "inferior.h" #include "target.h" +#include "gdbarch.h" + /* Insert a breakpoint on targets that don't have any better breakpoint support. We read the contents of the target location and stash it, then overwrite it with a breakpoint instruction. |