summaryrefslogtreecommitdiffstats
path: root/disas/cris.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 /disas/cris.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 'disas/cris.c')
-rw-r--r--disas/cris.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/disas/cris.c b/disas/cris.c
index 4482a41..7f35bc0 100644
--- a/disas/cris.c
+++ b/disas/cris.c
@@ -18,6 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>. */
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "disas/bfd.h"
//#include "sysdep.h"
OpenPOWER on IntegriCloud