diff options
author | Markus Armbruster | 2015-03-17 18:29:20 +0100 |
---|---|---|
committer | Markus Armbruster | 2015-06-22 18:20:40 +0200 |
commit | d49b68364414d649b8e26232f2a600d415611662 (patch) | |
tree | fbde3c1efaf1c7b431d5015d5c7b2855ec7b963c /hw/display/tcx.c | |
parent | qerror: Finally unused, clean up (diff) | |
download | qemu-d49b68364414d649b8e26232f2a600d415611662.tar.gz qemu-d49b68364414d649b8e26232f2a600d415611662.tar.xz 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 'hw/display/tcx.c')
-rw-r--r-- | hw/display/tcx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/tcx.c b/hw/display/tcx.c index f3faf78bf8..a0b6bc58de 100644 --- a/hw/display/tcx.c +++ b/hw/display/tcx.c @@ -27,6 +27,7 @@ #include "ui/pixel_ops.h" #include "hw/loader.h" #include "hw/sysbus.h" +#include "qemu/error-report.h" #define TCX_ROM_FILE "QEMU,tcx.bin" #define FCODE_MAX_ROM_SIZE 0x10000 |