Skip to content

Commit

Permalink
block: block_int: include qerror.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
  • Loading branch information
Luiz Capitulino committed Aug 13, 2012
1 parent 75b81cf commit 9aeaddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aeaddf

Please sign in to comment.