summaryrefslogtreecommitdiffstats
path: root/target-s390x/helper.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/helper.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/helper.c')
-rw-r--r--target-s390x/helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/helper.c b/target-s390x/helper.c
index 1231e58..838bdd9 100644
--- a/target-s390x/helper.c
+++ b/target-s390x/helper.c
@@ -18,6 +18,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "exec/gdbstub.h"
#include "qemu/timer.h"
OpenPOWER on IntegriCloud