From 09aae23d8ff68c206d74b48a53a398ca4db4b47b Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:21 +0000 Subject: xtensa: 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-29-git-send-email-peter.maydell@linaro.org --- target-xtensa/op_helper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-xtensa/op_helper.c') diff --git a/target-xtensa/op_helper.c b/target-xtensa/op_helper.c index 02100af442..62fa33d8d4 100644 --- a/target-xtensa/op_helper.c +++ b/target-xtensa/op_helper.c @@ -25,6 +25,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "qemu/osdep.h" #include "cpu.h" #include "exec/helper-proto.h" #include "qemu/host-utils.h" -- cgit v1.2.1