aboutsummaryrefslogtreecommitdiff
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
commita88790a14f60ac966a2103a958c3febf5a42836b (patch)
treed86103edb0e68aabf0ba67d9e54bb2d334b9830e /gdbstub.c
parent10eb0cc03c20b232356edb367516939d6d7bb862 (diff)
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"