Message ID | 1455031511-23684-7-git-send-email-peter.maydell@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/target-cris/mmu.c b/target-cris/mmu.c index 4a9c595..4278d2d 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"
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> --- target-cris/mmu.c | 1 + 1 file changed, 1 insertion(+)