summaryrefslogtreecommitdiffstats
path: root/hw/intc/etraxfs_pic.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:19 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commitb55c4d3449ba5e57fbd51b9cdf1ee1bb8a290448 (patch)
treecafab9730e3a2d3b7768b96db7df1e45098d32d5 /hw/intc/etraxfs_pic.c
parent2216c8500032572d382ef4891245c752f7f4f105 (diff)
downloadhqemu-b55c4d3449ba5e57fbd51b9cdf1ee1bb8a290448.zip
hqemu-b55c4d3449ba5e57fbd51b9cdf1ee1bb8a290448.tar.gz
hw/intc: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-27-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/intc/etraxfs_pic.c')
-rw-r--r--hw/intc/etraxfs_pic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/etraxfs_pic.c b/hw/intc/etraxfs_pic.c
index bd58868..48f9477 100644
--- a/hw/intc/etraxfs_pic.c
+++ b/hw/intc/etraxfs_pic.c
@@ -22,6 +22,7 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "hw/sysbus.h"
#include "hw/hw.h"
//#include "pc.h"
OpenPOWER on IntegriCloud