diff options
Diffstat (limited to 'qemu/target-ppc/mfrom_table_gen.c')
-rw-r--r-- | qemu/target-ppc/mfrom_table_gen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu/target-ppc/mfrom_table_gen.c b/qemu/target-ppc/mfrom_table_gen.c index a140ded47..631791808 100644 --- a/qemu/target-ppc/mfrom_table_gen.c +++ b/qemu/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) |