summaryrefslogtreecommitdiffstats
path: root/target-s390x/interrupt.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/interrupt.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/interrupt.c')
-rw-r--r--target-s390x/interrupt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/interrupt.c b/target-s390x/interrupt.c
index 1404d0a..07d210a 100644
--- a/target-s390x/interrupt.c
+++ b/target-s390x/interrupt.c
@@ -7,6 +7,7 @@
* option) any later version. See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "sysemu/kvm.h"
OpenPOWER on IntegriCloud