From: Peter A. G. Crosthwaite Date: Mon, 22 Aug 2011 08:15:24 +0000 (+1000) Subject: xilinx.h: Added missing includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d877c66b6df4a0d90eec9fd225a5592bc96ab51;p=qemu.git 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 --- 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);