diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2012-07-27 10:52:18 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-08-13 13:20:50 -0300 |
commit | 9aeaddff26d02633b228aceadecf36d28ac18823 (patch) | |
tree | f30891bf860ecb176d52dec7e19fcf10d5d6498d /block_int.h | |
parent | 75b81cf0f26f5bb7ada583fc434835adf03f8b77 (diff) |
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 <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'block_int.h')
-rw-r--r-- | block_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block_int.h b/block_int.h index 6c1d9cafb1..4452f6f398 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 |