summaryrefslogtreecommitdiffstats
path: root/target-openrisc/fpu_helper.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:22 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit90624e4edd5ecd7f451d7ef33249e353ad4d608d (patch)
treedc6250b74f0d198e8199b8e733d9f06a283b836d /target-openrisc/fpu_helper.c
parentc7f666e1d64265a0c1df8acfbc2fda9aab008a57 (diff)
downloadhqemu-90624e4edd5ecd7f451d7ef33249e353ad4d608d.zip
hqemu-90624e4edd5ecd7f451d7ef33249e353ad4d608d.tar.gz
openrisc: 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-30-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-openrisc/fpu_helper.c')
-rw-r--r--target-openrisc/fpu_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-openrisc/fpu_helper.c b/target-openrisc/fpu_helper.c
index c94ed35..c54404b 100644
--- a/target-openrisc/fpu_helper.c
+++ b/target-openrisc/fpu_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/helper-proto.h"
#include "exception.h"
OpenPOWER on IntegriCloud