summaryrefslogtreecommitdiffstats
path: root/target-cris/translate.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:24 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:22 -0600
commit18d300185ca7f75dce1e74475ee0e53ecd1fb0f6 (patch)
treeb8e8a210eacaa54a8cb7ac73d49ad1d223427437 /target-cris/translate.c
parentc59d0e7f64b722ad825f11b524cc99a93b858b15 (diff)
downloadhqemu-18d300185ca7f75dce1e74475ee0e53ecd1fb0f6.zip
hqemu-18d300185ca7f75dce1e74475ee0e53ecd1fb0f6.tar.gz
cris: 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-32-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-cris/translate.c')
-rw-r--r--target-cris/translate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-cris/translate.c b/target-cris/translate.c
index 2429931..295005f 100644
--- a/target-cris/translate.c
+++ b/target-cris/translate.c
@@ -23,6 +23,7 @@
* The condition code translation is in need of attention.
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "disas/disas.h"
#include "tcg-op.h"
OpenPOWER on IntegriCloud