summaryrefslogtreecommitdiffstats
path: root/tcg/i386
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:08 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit2131e85393c8d0b16f01bf925288ee54dae01634 (patch)
tree2139c39d3766ca41c494fcd3e2a55c72bfdc2285 /tcg/i386
parent87917fdc944d8346e40d8e99f77d619b3f6dd80e (diff)
downloadhqemu-2131e85393c8d0b16f01bf925288ee54dae01634.zip
hqemu-2131e85393c8d0b16f01bf925288ee54dae01634.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/i386')
-rw-r--r--tcg/i386/tcg-target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c
index b95f5fb..1387c0c 100644
--- a/tcg/i386/tcg-target.c
+++ b/tcg/i386/tcg-target.c
@@ -22,6 +22,7 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "tcg-be-ldst.h"
#ifndef NDEBUG
OpenPOWER on IntegriCloud