summaryrefslogtreecommitdiffstats
path: root/target-i386/misc_helper.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:03 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit87f778cf24dc2e29d28ad4afba7bd84ea0672ce0 (patch)
treebdb4392daa04900eb3b3580f0ed33d7a7f8768aa /target-i386/misc_helper.c
parent06a16ff746af8bd7731c136d109712378a08c07f (diff)
downloadhqemu-87f778cf24dc2e29d28ad4afba7bd84ea0672ce0.zip
hqemu-87f778cf24dc2e29d28ad4afba7bd84ea0672ce0.tar.gz
x86: 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-11-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-i386/misc_helper.c')
-rw-r--r--target-i386/misc_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/misc_helper.c b/target-i386/misc_helper.c
index b446daa..5300c21 100644
--- a/target-i386/misc_helper.c
+++ b/target-i386/misc_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 "exec/cpu_ldst.h"
OpenPOWER on IntegriCloud