From 0d877c66b6df4a0d90eec9fd225a5592bc96ab51 Mon Sep 17 00:00:00 2001 From: "Peter A. G. Crosthwaite" Date: Mon, 22 Aug 2011 18:15:24 +1000 Subject: [PATCH] xilinx.h: Added missing includes Added some missing #includes for this file. Previously this file relied on its clients to pre-include its dependencies. Signed-off-by: Peter A. G. Crosthwaite Signed-off-by: Edgar E. Iglesias --- hw/xilinx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xilinx.h b/hw/xilinx.h index 090e6f7c3d..3a1f4c6907 100644 --- a/hw/xilinx.h +++ b/hw/xilinx.h @@ -1,3 +1,5 @@ +#include "qemu-common.h" +#include "net.h" /* OPB Interrupt Controller. */ qemu_irq *microblaze_pic_init_cpu(CPUState *env); -- GitLab