summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:16:58 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:29:56 -0600
commit0a5d9764e466fd8728caf07bb0720c1cee0c93fa (patch)
treea4fc80417bf49ac2649b8dacaafd58e0f4d4429e /target-ppc/translate.c
parentb6df9637fd50c09d7a755cf1d0a9beef809ef25c (diff)
downloadhqemu-0a5d9764e466fd8728caf07bb0720c1cee0c93fa.zip
hqemu-0a5d9764e466fd8728caf07bb0720c1cee0c93fa.tar.gz
ppc: 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-6-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-ppc/translate.c')
-rw-r--r--target-ppc/translate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/translate.c b/target-ppc/translate.c
index bfbc63e..bae7c1a 100644
--- a/target-ppc/translate.c
+++ b/target-ppc/translate.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 "disas/disas.h"
#include "tcg-op.h"
OpenPOWER on IntegriCloud