summaryrefslogtreecommitdiffstats
path: root/disas/arm.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:05 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commitf3fd7edbb7be976dd2b035f94e54c3173ca248a9 (patch)
treec6f14738201bcbcc3b4f36f3a0c10c6103615974 /disas/arm.c
parent33b55ab282aa57a49fa7fd2c0e1c1cbb72b673a8 (diff)
downloadhqemu-f3fd7edbb7be976dd2b035f94e54c3173ca248a9.zip
hqemu-f3fd7edbb7be976dd2b035f94e54c3173ca248a9.tar.gz
arm: 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> Message-id: 1453832250-766-13-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'disas/arm.c')
-rw-r--r--disas/arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/disas/arm.c b/disas/arm.c
index 7a7354b..70da529 100644
--- a/disas/arm.c
+++ b/disas/arm.c
@@ -22,6 +22,7 @@
/* Start of qemu specific additions. Mostly this is stub definitions
for things we don't care about. */
+#include "qemu/osdep.h"
#include "disas/bfd.h"
#define ATTRIBUTE_UNUSED __attribute__((unused))
#define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n')
OpenPOWER on IntegriCloud