summaryrefslogtreecommitdiffstats
path: root/hw/intc/sh_intc.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-01-19 21:51:44 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:52:21 -0600
commit69fea71f6bf8a4966c4dc7d0a05a0c85671098f3 (patch)
treee392c765fcca02c34ddeb1afc03655aecf704a28 /hw/intc/sh_intc.c
parent228d57eaade5e1f4a7c081c393bb18063aa71a8d (diff)
downloadhqemu-69fea71f6bf8a4966c4dc7d0a05a0c85671098f3.zip
hqemu-69fea71f6bf8a4966c4dc7d0a05a0c85671098f3.tar.gz
hw: explicitly include qemu-common.h and cpu.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/intc/sh_intc.c')
-rw-r--r--hw/intc/sh_intc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/intc/sh_intc.c b/hw/intc/sh_intc.c
index f3cdfaf..6ce2a80 100644
--- a/hw/intc/sh_intc.c
+++ b/hw/intc/sh_intc.c
@@ -9,6 +9,8 @@
*/
#include "qemu/osdep.h"
+#include "qemu-common.h"
+#include "cpu.h"
#include "hw/sh4/sh_intc.h"
#include "hw/hw.h"
#include "hw/sh4/sh.h"
OpenPOWER on IntegriCloud