diff options
Diffstat (limited to 'target-ppc/translate.c')
-rw-r--r-- | target-ppc/translate.c | 9 |
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 |