diff options
Diffstat (limited to 'qemu/stubs/runstate-check.c')
-rw-r--r-- | qemu/stubs/runstate-check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/stubs/runstate-check.c b/qemu/stubs/runstate-check.c index bd2e3757a..7c5227e84 100644 --- a/qemu/stubs/runstate-check.c +++ b/qemu/stubs/runstate-check.c @@ -1,3 +1,4 @@ +#include "qemu/osdep.h" #include "sysemu/sysemu.h" bool runstate_check(RunState state) |