From 66d79920b992781cf533d8f96f90199284ec6845 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 9 Feb 2016 10:55:48 +0000 Subject: 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 Reviewed-by: Eric Blake --- target-cris/mmu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-cris') 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 . */ +#include "qemu/osdep.h" #include "cpu.h" #include "mmu.h" -- cgit v1.2.3