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/sd/milkymist-memcard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/sd') diff --git a/hw/sd/milkymist-memcard.c b/hw/sd/milkymist-memcard.c index b430d56687..c04ff02fad 100644 --- a/hw/sd/milkymist-memcard.c +++ b/hw/sd/milkymist-memcard.c @@ -21,6 +21,7 @@ * http://www.milkymist.org/socdoc/memcard.pdf */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sysbus.h" #include "sysemu/sysemu.h" -- cgit v1.2.3