aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-20 13:10:49 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-20 13:10:49 +0000
commitc6a1c22ba68d1731dd3a593fe71e4399f080bd56 (patch)
tree89d996e1ccce1334ef80f6bef0a4d1e46c70ad1f /target-ppc
parentb71e95fc2c030428c768de20332f9d857b9aed41 (diff)
fixed invalid includes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@830 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc')
-rw-r--r--target-ppc/translate.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/target-ppc/translate.c b/target-ppc/translate.c
index e410cb2d1f..009097302e 100644
--- a/target-ppc/translate.c
+++ b/target-ppc/translate.c
@@ -17,9 +17,14 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "dyngen-exec.h"
+#include <stdarg.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <inttypes.h>
+
#include "cpu.h"
-#include "exec.h"
+#include "exec-all.h"
#include "disas.h"
//#define DO_SINGLE_STEP