]> Git Repo - qemu.git/commitdiff
xilinx.h: Added missing includes
authorPeter A. G. Crosthwaite <[email protected]>
Mon, 22 Aug 2011 08:15:24 +0000 (18:15 +1000)
committerEdgar E. Iglesias <[email protected]>
Mon, 22 Aug 2011 21:29:37 +0000 (23:29 +0200)
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 <[email protected]>
Signed-off-by: Edgar E. Iglesias <[email protected]>
hw/xilinx.h

index 090e6f7c3df23cd27599e52fb0a3ae892f7c2802..3a1f4c6907c52830ad2f96ad7eb5c50bf33e4662 100644 (file)
@@ -1,3 +1,5 @@
+#include "qemu-common.h"
+#include "net.h"
 
 /* OPB Interrupt Controller.  */
 qemu_irq *microblaze_pic_init_cpu(CPUState *env);
This page took 0.026593 seconds and 4 git commands to generate.