summaryrefslogtreecommitdiffstats
path: root/target-alpha/sys_helper.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:04 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit33b55ab282aa57a49fa7fd2c0e1c1cbb72b673a8 (patch)
treeba83718e6f12d57da296a3ee3db86b92ebfe491b /target-alpha/sys_helper.c
parent87f778cf24dc2e29d28ad4afba7bd84ea0672ce0 (diff)
downloadhqemu-33b55ab282aa57a49fa7fd2c0e1c1cbb72b673a8.zip
hqemu-33b55ab282aa57a49fa7fd2c0e1c1cbb72b673a8.tar.gz
alpha: 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-12-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-alpha/sys_helper.c')
-rw-r--r--target-alpha/sys_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-alpha/sys_helper.c b/target-alpha/sys_helper.c
index 75c96c1..e2dec15 100644
--- a/target-alpha/sys_helper.c
+++ b/target-alpha/sys_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 "exec/helper-proto.h"
#include "sysemu/sysemu.h"
OpenPOWER on IntegriCloud