]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-io.c
Include qapi/qmp/qdict.h exactly where needed
[mirror_qemu.git] / qemu-io.c
index c70bde3eb1cd3b2721df18f78cd492226927eeb6..2e5737ce9c5c717139553d3b96790240473f3aba 100644 (file)
--- a/qemu-io.c
+++ b/qemu-io.c
@@ -7,6 +7,7 @@
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  * See the COPYING file in the top-level directory.
  */
+
 #include "qemu/osdep.h"
 #include <getopt.h>
 #include <libgen.h>
@@ -21,6 +22,7 @@
 #include "qemu/log.h"
 #include "qapi/qmp/qstring.h"
 #include "qapi/qmp/qbool.h"
+#include "qapi/qmp/qdict.h"
 #include "qom/object_interfaces.h"
 #include "sysemu/block-backend.h"
 #include "block/block_int.h"