diff options
Diffstat (limited to 'target-i386/hyperv.c')
-rw-r--r-- | target-i386/hyperv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/hyperv.c b/target-i386/hyperv.c index e79b173a81..6b519c392e 100644 --- a/target-i386/hyperv.c +++ b/target-i386/hyperv.c @@ -11,6 +11,7 @@ * */ +#include "qemu/osdep.h" #include "hyperv.h" #include "standard-headers/asm-x86/hyperv.h" |