summary refs log tree commit diff stats
path: root/gdbstub/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdbstub/syscalls.c')
-rw-r--r--gdbstub/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbstub/syscalls.c b/gdbstub/syscalls.c
index 4ddd5cae06..e855df21ab 100644
--- a/gdbstub/syscalls.c
+++ b/gdbstub/syscalls.c
@@ -13,7 +13,7 @@
 #include "qemu/osdep.h"
 #include "qemu/error-report.h"
 #include "semihosting/semihost.h"
-#include "sysemu/runstate.h"
+#include "system/runstate.h"
 #include "gdbstub/user.h"
 #include "gdbstub/syscalls.h"
 #include "gdbstub/commands.h"