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/xtensa/sim.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/xtensa/sim.c') diff --git a/hw/xtensa/sim.c b/hw/xtensa/sim.c index 0967aa6c46..5e94004261 100644 --- a/hw/xtensa/sim.c +++ b/hw/xtensa/sim.c @@ -27,6 +27,8 @@ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu-common.h" +#include "cpu.h" #include "sysemu/sysemu.h" #include "hw/boards.h" #include "hw/loader.h" -- cgit v1.2.3