diff options
author | Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> | 2011-08-22 18:15:24 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-08-22 23:29:37 +0200 |
commit | 0d877c66b6df4a0d90eec9fd225a5592bc96ab51 (patch) | |
tree | f5e67a84195cccacd61051f7623b2ab8762e9c14 /hw | |
parent | f8b8d633f68ac97b7d3e5d6cecbbac96769f0cfb (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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xilinx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |