From 4771d756f46219762477aaeaaef9bd215e3d5c60 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 19 Jan 2016 21:51:44 +0100 Subject: hw: explicitly include qemu-common.h and cpu.h Signed-off-by: Paolo Bonzini --- hw/display/tcx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/display/tcx.c') diff --git a/hw/display/tcx.c b/hw/display/tcx.c index cac9fe3d53..8e26aae801 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" -- cgit v1.2.3