]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - block/qcow.c
Include qapi/qmp/qdict.h exactly where needed
[thirdparty/qemu.git] / block / qcow.c
index 369241aae804080f491bf3fe2ee0cb36daa69193..0b32c04cd0eb7d3c79eee86b548f2334034adcd4 100644 (file)
@@ -21,6 +21,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "qemu-common.h"
@@ -30,6 +31,7 @@
 #include "qemu/module.h"
 #include "qemu/bswap.h"
 #include <zlib.h>
+#include "qapi/qmp/qdict.h"
 #include "qapi/qmp/qstring.h"
 #include "crypto/block.h"
 #include "migration/blocker.h"