From 23b0d7dfe5d2d5a9906be6d257ae75bbe62c5acc Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:24 +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 Message-id: 1453832250-766-32-git-send-email-peter.maydell@linaro.org --- target-cris/translate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-cris/translate.c') diff --git a/target-cris/translate.c b/target-cris/translate.c index 24299314d0..295005f141 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" -- cgit v1.2.3