summaryrefslogtreecommitdiffstats
path: root/target-s390x/machine.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:00 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:29:56 -0600
commit8ecbfbaec0d46d12bf215682dc8b2dc34eec12b0 (patch)
treed0ecab7a9e96fe6a15de2982ad60b845830aae69 /target-s390x/machine.c
parent3da642bdbf9803564e997e12a7ba171601268893 (diff)
downloadhqemu-8ecbfbaec0d46d12bf215682dc8b2dc34eec12b0.zip
hqemu-8ecbfbaec0d46d12bf215682dc8b2dc34eec12b0.tar.gz
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 'target-s390x/machine.c')
-rw-r--r--target-s390x/machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/machine.c b/target-s390x/machine.c
index 96ad0a9..6b26090 100644
--- a/target-s390x/machine.c
+++ b/target-s390x/machine.c
@@ -14,6 +14,7 @@
* or (at your option) any later version.
*/
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "cpu.h"
#include "sysemu/kvm.h"
OpenPOWER on IntegriCloud