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/char/lm32_juart.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/char/lm32_juart.c') diff --git a/hw/char/lm32_juart.c b/hw/char/lm32_juart.c index 62763f2f43..5bf8acfe8f 100644 --- a/hw/char/lm32_juart.c +++ b/hw/char/lm32_juart.c @@ -17,6 +17,7 @@ * License along with this library; if not, see . */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sysbus.h" #include "trace.h" -- cgit v1.2.1