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