diff options
Diffstat (limited to 'system/runstate-hmp-cmds.c')
-rw-r--r-- | system/runstate-hmp-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/runstate-hmp-cmds.c b/system/runstate-hmp-cmds.c index 2df670f..be1d676 100644 --- a/system/runstate-hmp-cmds.c +++ b/system/runstate-hmp-cmds.c @@ -19,7 +19,7 @@ #include "monitor/monitor.h" #include "qapi/error.h" #include "qapi/qapi-commands-run-state.h" -#include "qapi/qmp/qdict.h" +#include "qobject/qdict.h" #include "qemu/accel.h" void hmp_info_status(Monitor *mon, const QDict *qdict) |