diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-03-17 18:29:20 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-06-22 18:20:40 +0200 |
commit | d49b68364414d649b8e26232f2a600d415611662 (patch) | |
tree | fbde3c1efaf1c7b431d5015d5c7b2855ec7b963c /block/io.c | |
parent | 4629ed1e98961bbe678db68ef5f4342ff174a6c3 (diff) | |
download | qemu-d49b68364414d649b8e26232f2a600d415611662.tar.gz qemu-d49b68364414d649b8e26232f2a600d415611662.tar.bz2 qemu-d49b68364414d649b8e26232f2a600d415611662.zip |
qerror: Move #include out of qerror.h
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'block/io.c')
-rw-r--r-- | block/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/io.c b/block/io.c index bb4f78784e..9cc729be7e 100644 --- a/block/io.c +++ b/block/io.c @@ -26,6 +26,7 @@ #include "block/blockjob.h" #include "block/block_int.h" #include "block/throttle-groups.h" +#include "qemu/error-report.h" #define NOT_DONE 0x7fffffff /* used while emulated sync operation in progress */ |