summaryrefslogtreecommitdiffstats
path: root/target-lm32/helper.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:16:57 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:29:56 -0600
commitb6df9637fd50c09d7a755cf1d0a9beef809ef25c (patch)
tree58eac6bd61afa46908c4f2e5ee430f00bdc25b14 /target-lm32/helper.c
parent8c324ddd4ecdcc9cb911b6a28c3f25d5c064be89 (diff)
downloadhqemu-b6df9637fd50c09d7a755cf1d0a9beef809ef25c.zip
hqemu-b6df9637fd50c09d7a755cf1d0a9beef809ef25c.tar.gz
lm32: 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-5-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-lm32/helper.c')
-rw-r--r--target-lm32/helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-lm32/helper.c b/target-lm32/helper.c
index e26c133..3ebec68 100644
--- a/target-lm32/helper.c
+++ b/target-lm32/helper.c
@@ -17,6 +17,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "qemu/host-utils.h"
#include "sysemu/sysemu.h"
OpenPOWER on IntegriCloud