qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/2] xilinx.h: Added missing includes


From: Peter A. G. Crosthwaite
Subject: [Qemu-devel] [PATCH 1/2] xilinx.h: Added missing includes
Date: Mon, 22 Aug 2011 18:15:24 +1000

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 <address@hidden>
---
 hw/xilinx.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/xilinx.h b/hw/xilinx.h
index 090e6f7..3a1f4c6 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);
-- 
1.7.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]