diff options
Diffstat (limited to 'target-ppc/mfrom_table_gen.c')
-rw-r--r-- | target-ppc/mfrom_table_gen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target-ppc/mfrom_table_gen.c b/target-ppc/mfrom_table_gen.c index a140ded47a..631791808e 100644 --- a/target-ppc/mfrom_table_gen.c +++ b/target-ppc/mfrom_table_gen.c @@ -1,6 +1,5 @@ #define _GNU_SOURCE -#include <stdint.h> -#include <stdio.h> +#include "qemu/osdep.h" #include <math.h> int main (void) |