aboutsummaryrefslogtreecommitdiff
path: root/target-moxie/machine.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:25 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:25 +0000
commitd24688fb85af498c91bd6704979b96b29c6f122f (patch)
tree8c3f63ef3aad9666125454fbd7adecff60974fdd /target-moxie/machine.c
parent23b0d7dfe5d2d5a9906be6d257ae75bbe62c5acc (diff)
moxie: 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-33-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-moxie/machine.c')
-rw-r--r--target-moxie/machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-moxie/machine.c b/target-moxie/machine.c
index b9316f0ec3..912b79139a 100644
--- a/target-moxie/machine.c
+++ b/target-moxie/machine.c
@@ -1,3 +1,4 @@
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/boards.h"
#include "machine.h"