]> git.proxmox.com Git - qemu.git/commitdiff
block: block_int: include qerror.h
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 27 Jul 2012 13:52:18 +0000 (10:52 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 13 Aug 2012 16:20:50 +0000 (13:20 -0300)
Several block/ files are relying on qerror.h being provided by
qapi-types.h. Fix this, as a future commit will change qapi-types.h
not to provide qerror.h.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
block_int.h

index 6c1d9cafb1fe4f30f58aebe11b9ac17b574ddeaf..4452f6f39810db78d7d5607e5d0ed62cc0765587 100644 (file)
@@ -30,6 +30,7 @@
 #include "qemu-coroutine.h"
 #include "qemu-timer.h"
 #include "qapi-types.h"
+#include "qerror.h"
 
 #define BLOCK_FLAG_ENCRYPT          1
 #define BLOCK_FLAG_COMPAT6          4