diff options
Diffstat (limited to 'target/s390x/gdbstub.c')
-rw-r--r-- | target/s390x/gdbstub.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/s390x/gdbstub.c b/target/s390x/gdbstub.c index a45d805a21..e24a49f4a9 100644 --- a/target/s390x/gdbstub.c +++ b/target/s390x/gdbstub.c @@ -17,14 +17,15 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ + #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "internal.h" #include "exec/exec-all.h" #include "exec/gdbstub.h" #include "qemu/bitops.h" #include "sysemu/hw_accel.h" +#include "sysemu/tcg.h" int s390_cpu_gdb_read_register(CPUState *cs, uint8_t *mem_buf, int n) { |