summaryrefslogtreecommitdiff
path: root/gdbstub.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-06-29 09:58:51 +0200
committerBlue Swirl <blauwirbel@gmail.com>2010-07-03 09:48:24 +0300
commit0260bc30e0ae2f7f52bf179d8c174a0703269729 (patch)
treed86103edb0e68aabf0ba67d9e54bb2d334b9830e /gdbstub.c
parentdfaa18ea1947b677fdf035ce113ff05ebd85fb3f (diff)
downloadqemu-0260bc30e0ae2f7f52bf179d8c174a0703269729.tar.gz
qemu-0260bc30e0ae2f7f52bf179d8c174a0703269729.tar.bz2
qemu-0260bc30e0ae2f7f52bf179d8c174a0703269729.zip
remove exec-all.h inclusion from cpu.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'gdbstub.c')
-rw-r--r--gdbstub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbstub.c b/gdbstub.c
index c1852c243f..2b03ef2aa0 100644
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -37,6 +37,7 @@
#define MAX_PACKET_LENGTH 4096
+#include "exec-all.h"
#include "qemu_socket.h"
#include "kvm.h"