diff options
Diffstat (limited to 'target/sparc/gdbstub.c')
-rw-r--r-- | target/sparc/gdbstub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sparc/gdbstub.c b/target/sparc/gdbstub.c index 5d1e808..a1c8fdc 100644 --- a/target/sparc/gdbstub.c +++ b/target/sparc/gdbstub.c @@ -19,7 +19,7 @@ */ #include "qemu/osdep.h" #include "cpu.h" -#include "exec/gdbstub.h" +#include "gdbstub/helpers.h" #ifdef TARGET_ABI32 #define gdb_get_rega(buf, val) gdb_get_reg32(buf, val) |