summary refs log tree commit diff stats
path: root/hw/cpu/a9mpcore.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-12-04 11:10:07 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2016-05-19 16:42:27 +0200
commit7d0c99a9d8e7e5a5e907d2e6f78b45f97ee06865 (patch)
treeb81d81491c4cee31e50d15460dbc30015fced5e0 /hw/cpu/a9mpcore.c
parent8ea952d679b134b87af53cf3b8928beaa33b40c9 (diff)
downloadfocaccia-qemu-7d0c99a9d8e7e5a5e907d2e6f78b45f97ee06865.tar.gz
focaccia-qemu-7d0c99a9d8e7e5a5e907d2e6f78b45f97ee06865.zip
explicitly include qom/cpu.h
exec/cpu-all.h includes qom/cpu.h.  Explicit inclusion
will keep things working when cpu.h will not be included
indirectly almost everywhere (either directly or through
qemu-common.h).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/cpu/a9mpcore.c')
-rw-r--r--hw/cpu/a9mpcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/cpu/a9mpcore.c b/hw/cpu/a9mpcore.c
index 5459ae8c1b..f17f292090 100644
--- a/hw/cpu/a9mpcore.c
+++ b/hw/cpu/a9mpcore.c
@@ -11,6 +11,7 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "hw/cpu/a9mpcore.h"
+#include "qom/cpu.h"
 
 static void a9mp_priv_set_irq(void *opaque, int irq, int level)
 {