aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>2011-08-22 18:15:24 +1000
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-08-22 23:29:37 +0200
commit0d877c66b6df4a0d90eec9fd225a5592bc96ab51 (patch)
treef5e67a84195cccacd61051f7623b2ab8762e9c14
parentf8b8d633f68ac97b7d3e5d6cecbbac96769f0cfb (diff)
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 <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
-rw-r--r--hw/xilinx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xilinx.h b/hw/xilinx.h
index 090e6f7c3..3a1f4c690 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);