diff options
Diffstat (limited to 'target-s390x/machine.c')
-rw-r--r-- | target-s390x/machine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/machine.c b/target-s390x/machine.c index 96ad0a9d4f..6b2609054b 100644 --- a/target-s390x/machine.c +++ b/target-s390x/machine.c @@ -14,6 +14,7 @@ * or (at your option) any later version. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "cpu.h" #include "sysemu/kvm.h" |