diff options
Diffstat (limited to 'target-ppc/arch_dump.c')
-rw-r--r-- | target-ppc/arch_dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/arch_dump.c b/target-ppc/arch_dump.c index 816dbc2134..df1fd8c336 100644 --- a/target-ppc/arch_dump.c +++ b/target-ppc/arch_dump.c @@ -12,6 +12,7 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "elf.h" #include "exec/cpu-all.h" |