From 51aeab661fcf3b90cafc07e3780f6d127c02aa96 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Sat, 17 Feb 2018 21:10:42 -0500 Subject: [PATCH] hw/arm: 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. Backports commit 12b167226f2804063cf8d72fe4fdc01764c99e96 from qemu --- qemu/hw/arm/tosa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/hw/arm/tosa.c b/qemu/hw/arm/tosa.c index 4a79e127..4aa18c02 100644 --- a/qemu/hw/arm/tosa.c +++ b/qemu/hw/arm/tosa.c @@ -11,6 +11,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/arm/arm.h" #include "hw/boards.h"