diff options
Diffstat (limited to 'hw/hyperv/hv-balloon.c')
| -rw-r--r-- | hw/hyperv/hv-balloon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hyperv/hv-balloon.c b/hw/hyperv/hv-balloon.c index 66f297c1d7..0238365712 100644 --- a/hw/hyperv/hv-balloon.c +++ b/hw/hyperv/hv-balloon.c @@ -7,6 +7,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "hv-balloon-internal.h" #include "exec/address-spaces.h" |