]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-img.c
ui/gtk: group gtk.mo declarations in Makefile
[mirror_qemu.git] / qemu-img.c
index 56edc152181de05e3dc20b2de4f6a3aaec187aa9..088d89043e925fbceda9745dc777c1ab49fb2f0c 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "qemu-version.h"
 #include "qapi/error.h"
-#include "qapi-visit.h"
+#include "qapi/qapi-visit-block-core.h"
 #include "qapi/qobject-output-visitor.h"
 #include "qapi/qmp/qjson.h"
 #include "qapi/qmp/qdict.h"
@@ -3469,7 +3469,7 @@ static int img_resize(int argc, char **argv)
         }
     }
     if (optind != argc - 1) {
-        error_exit("Expecting one image file name");
+        error_exit("Expecting image file name and size");
     }
     filename = argv[optind++];