diff options
Diffstat (limited to 'hw/core/null-machine.c')
-rw-r--r-- | hw/core/null-machine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/null-machine.c b/hw/core/null-machine.c index f36fbf2318..0351ba7828 100644 --- a/hw/core/null-machine.c +++ b/hw/core/null-machine.c @@ -11,6 +11,7 @@ * */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "hw/hw.h" #include "hw/boards.h" |