From: Luiz Capitulino Date: Fri, 27 Jul 2012 13:52:18 +0000 (-0300) Subject: block: block_int: include qerror.h X-Git-Tag: v1.2.0-rc0~28^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9aeaddff26d02633b228aceadecf36d28ac18823;p=thirdparty%2Fqemu.git block: block_int: include qerror.h 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 Reviewed-by: Markus Armbruster --- diff --git a/block_int.h b/block_int.h index 6c1d9cafb1f..4452f6f3981 100644 --- a/block_int.h +++ b/block_int.h @@ -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