projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b8d63
)
xilinx.h: Added missing includes
author
Peter A. G. Crosthwaite
<peter.crosthwaite@petalogix.com>
Mon, 22 Aug 2011 08:15:24 +0000
(18:15 +1000)
committer
Edgar E. Iglesias
<edgar.iglesias@gmail.com>
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 <peter.crosthwaite@petalogix.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
hw/xilinx.h
patch
|
blob
|
history
diff --git
a/hw/xilinx.h
b/hw/xilinx.h
index 090e6f7c3df23cd27599e52fb0a3ae892f7c2802..3a1f4c6907c52830ad2f96ad7eb5c50bf33e4662 100644
(file)
--- 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);