summaryrefslogtreecommitdiff
path: root/tcg/tcg-common.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:08 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:23 +0000
commit757e725b58c57d3ebb66a31fd2210df977a12154 (patch)
treed8e0b53018c38dd639818d4f3ea5b5965aca875d /tcg/tcg-common.c
parent9b8bfe21bee37ced21aa57c89388c2ebea8c3f31 (diff)
downloadqemu-757e725b58c57d3ebb66a31fd2210df977a12154.tar.gz
tcg: 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-16-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'tcg/tcg-common.c')
-rw-r--r--tcg/tcg-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/tcg-common.c b/tcg/tcg-common.c
index 8fa4e13305..97305a3efc 100644
--- a/tcg/tcg-common.c
+++ b/tcg/tcg-common.c
@@ -22,6 +22,7 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "tcg/tcg.h"
#if defined(CONFIG_TCG_INTERPRETER)