From ea99dde191379804cb01881f931cd50db6550df7 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:16:57 +0000 Subject: lm32: 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-5-git-send-email-peter.maydell@linaro.org --- hw/misc/milkymist-hpdmc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/misc/milkymist-hpdmc.c') diff --git a/hw/misc/milkymist-hpdmc.c b/hw/misc/milkymist-hpdmc.c index f5f4c1b343..b97000fc49 100644 --- a/hw/misc/milkymist-hpdmc.c +++ b/hw/misc/milkymist-hpdmc.c @@ -21,6 +21,7 @@ * http://www.milkymist.org/socdoc/hpdmc.pdf */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sysbus.h" #include "trace.h" -- cgit v1.2.3