aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vl.h b/vl.h
index b43ae9b6d1..6f373cb810 100644
--- a/vl.h
+++ b/vl.h
@@ -84,7 +84,6 @@ static inline char *realpath(const char *path, char *resolved_path)
#include "audio/audio.h"
#include "cpu.h"
-#include "gdbstub.h"
#endif /* !defined(QEMU_TOOL) */
@@ -1364,6 +1363,8 @@ pflash_t *pflash_register (target_ulong base, ram_addr_t off,
uint16_t id0, uint16_t id1,
uint16_t id2, uint16_t id3);
+#include "gdbstub.h"
+
#endif /* defined(QEMU_TOOL) */
/* monitor.c */