diff options
Diffstat (limited to 'target/s390x/gdbstub.c')
-rw-r--r-- | target/s390x/gdbstub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/gdbstub.c b/target/s390x/gdbstub.c index 3d223dec97..3c652fba62 100644 --- a/target/s390x/gdbstub.c +++ b/target/s390x/gdbstub.c @@ -23,6 +23,7 @@ #include "exec/exec-all.h" #include "exec/gdbstub.h" #include "qemu/bitops.h" +#include "sysemu/hw_accel.h" int s390_cpu_gdb_read_register(CPUState *cs, uint8_t *mem_buf, int n) { |