summaryrefslogtreecommitdiffstats
path: root/qemu/hw/intc/xics_kvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/intc/xics_kvm.c')
-rw-r--r--qemu/hw/intc/xics_kvm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu/hw/intc/xics_kvm.c b/qemu/hw/intc/xics_kvm.c
index d58729cfa..9029d9ee0 100644
--- a/qemu/hw/intc/xics_kvm.c
+++ b/qemu/hw/intc/xics_kvm.c
@@ -25,6 +25,10 @@
*
*/
+#include "qemu/osdep.h"
+#include "qapi/error.h"
+#include "qemu-common.h"
+#include "cpu.h"
#include "hw/hw.h"
#include "trace.h"
#include "hw/ppc/spapr.h"