summaryrefslogtreecommitdiff
path: root/target-xtensa/core-fsf.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:21 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:24 +0000
commit09aae23d8ff68c206d74b48a53a398ca4db4b47b (patch)
tree51ee0edefc1a4307a43ff9d6e6f6c83e4a11ba6a /target-xtensa/core-fsf.c
parent9d4c9946ee1dd5887e6663e4ead1abce770b6ba6 (diff)
downloadqemu-09aae23d8ff68c206d74b48a53a398ca4db4b47b.tar.gz
xtensa: 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-29-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-xtensa/core-fsf.c')
-rw-r--r--target-xtensa/core-fsf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-xtensa/core-fsf.c b/target-xtensa/core-fsf.c
index f6ea6b944a..15ef470e8b 100644
--- a/target-xtensa/core-fsf.c
+++ b/target-xtensa/core-fsf.c
@@ -25,6 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "exec/exec-all.h"
#include "exec/gdbstub.h"