aboutsummaryrefslogtreecommitdiff
path: root/hw/char/sclpconsole-lm.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:00 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:22 +0000
commit9615495afc84a8bac0652caeedb2ce4e671e8a94 (patch)
tree0d33c29a9ad774dc0f49152f5fb752317af27c0c /hw/char/sclpconsole-lm.c
parentdb5ebe5f411833b0ce4b6fa86ee00366e32d3968 (diff)
downloadqemu-9615495afc84a8bac0652caeedb2ce4e671e8a94.zip
qemu-9615495afc84a8bac0652caeedb2ce4e671e8a94.tar.gz
qemu-9615495afc84a8bac0652caeedb2ce4e671e8a94.tar.bz2
s390: 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 <peter.maydell@linaro.org> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Message-id: 1453832250-766-8-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/char/sclpconsole-lm.c')
-rw-r--r--hw/char/sclpconsole-lm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/sclpconsole-lm.c b/hw/char/sclpconsole-lm.c
index 02ac80b..7d4ff81 100644
--- a/hw/char/sclpconsole-lm.c
+++ b/hw/char/sclpconsole-lm.c
@@ -13,6 +13,7 @@
*
*/
+#include "qemu/osdep.h"
#include "hw/qdev.h"
#include "qemu/thread.h"
#include "qemu/error-report.h"