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/sh4/r2d.c | 2 ++ hw/sh4/shix.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'hw/sh4') diff --git a/hw/sh4/r2d.c b/hw/sh4/r2d.c index 90672ac..db373c7 100644 --- a/hw/sh4/r2d.c +++ b/hw/sh4/r2d.c @@ -25,6 +25,8 @@ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu-common.h" +#include "cpu.h" #include "hw/sysbus.h" #include "hw/hw.h" #include "hw/sh4/sh.h" diff --git a/hw/sh4/shix.c b/hw/sh4/shix.c index 986bd29..ccc9e75 100644 --- a/hw/sh4/shix.c +++ b/hw/sh4/shix.c @@ -29,6 +29,8 @@ */ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu-common.h" +#include "cpu.h" #include "hw/hw.h" #include "hw/sh4/sh.h" #include "sysemu/sysemu.h" -- cgit v1.1