summaryrefslogtreecommitdiff
path: root/target-cris
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-02-09 10:55:48 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-16 14:29:26 +0000
commit66d79920b992781cf533d8f96f90199284ec6845 (patch)
treef6053862c64616a4db2b312e0eb0f34942c90ab1 /target-cris
parent70e6b879d7d7c0aa1740e4d574c82b499a8b1343 (diff)
downloadqemu-66d79920b992781cf533d8f96f90199284ec6845.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> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'target-cris')
-rw-r--r--target-cris/mmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-cris/mmu.c b/target-cris/mmu.c
index 4a9c595c29..4278d2dce4 100644
--- a/target-cris/mmu.c
+++ b/target-cris/mmu.c
@@ -18,6 +18,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "mmu.h"