summaryrefslogtreecommitdiffstats
path: root/hw/mips/mips_malta.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/mips/mips_malta.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/mips/mips_malta.c')
-rw-r--r--hw/mips/mips_malta.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/mips/mips_malta.c b/hw/mips/mips_malta.c
index f5173c4..4ff1bb2 100644
--- a/hw/mips/mips_malta.c
+++ b/hw/mips/mips_malta.c
@@ -23,6 +23,8 @@
*/
#include "qemu/osdep.h"
+#include "qemu-common.h"
+#include "cpu.h"
#include "hw/hw.h"
#include "hw/i386/pc.h"
#include "hw/char/serial.h"
OpenPOWER on IntegriCloud