From 8ef94f0bc9167f246b41cb1188bf80dcd84b49fe Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:05 +0000 Subject: 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. Signed-off-by: Peter Maydell Message-id: 1453832250-766-13-git-send-email-peter.maydell@linaro.org --- hw/sd/pxa2xx_mmci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/sd/pxa2xx_mmci.c') diff --git a/hw/sd/pxa2xx_mmci.c b/hw/sd/pxa2xx_mmci.c index b217080075..81da7b7bbd 100644 --- a/hw/sd/pxa2xx_mmci.c +++ b/hw/sd/pxa2xx_mmci.c @@ -10,6 +10,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/arm/pxa.h" #include "hw/sd/sd.h" -- cgit v1.2.3