From c964b660223308150bb72c627b320c79372c7128 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 8 Feb 2016 19:01:23 +0000 Subject: all: 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 Reviewed-by: Eric Blake --- hw/arm/bcm2836.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/arm/bcm2836.c') diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c index 8a4d13c7d9..15c7622ad1 100644 --- a/hw/arm/bcm2836.c +++ b/hw/arm/bcm2836.c @@ -8,6 +8,7 @@ * This code is licensed under the GNU GPLv2 and later. */ +#include "qemu/osdep.h" #include "hw/arm/bcm2836.h" #include "hw/arm/raspi_platform.h" #include "hw/sysbus.h" -- cgit v1.2.1