aboutsummaryrefslogtreecommitdiff
path: root/hw/display/tcx.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-01-19 21:51:44 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2016-03-22 22:20:17 +0100
commit4771d756f46219762477aaeaaef9bd215e3d5c60 (patch)
tree470c23c5b9a510b0d5a93cc7c4c18a9d47a29dd5 /hw/display/tcx.c
parent7136fc1da2690a2a8a6444311484283de0190065 (diff)
downloadqemu-4771d756f46219762477aaeaaef9bd215e3d5c60.zip
qemu-4771d756f46219762477aaeaaef9bd215e3d5c60.tar.gz
qemu-4771d756f46219762477aaeaaef9bd215e3d5c60.tar.bz2
hw: explicitly include qemu-common.h and cpu.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/display/tcx.c')
-rw-r--r--hw/display/tcx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/tcx.c b/hw/display/tcx.c
index cac9fe3..8e26aae 100644
--- a/hw/display/tcx.c
+++ b/hw/display/tcx.c
@@ -25,6 +25,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu-common.h"
+#include "cpu.h" /* FIXME shouldn't use TARGET_PAGE_SIZE */
#include "ui/console.h"
#include "ui/pixel_ops.h"
#include "hw/loader.h"