diff options
Diffstat (limited to 'target/i386/hvf/x86_cpuid.c')
-rw-r--r-- | target/i386/hvf/x86_cpuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/i386/hvf/x86_cpuid.c b/target/i386/hvf/x86_cpuid.c index 7323a7a..9380b90 100644 --- a/target/i386/hvf/x86_cpuid.c +++ b/target/i386/hvf/x86_cpuid.c @@ -25,6 +25,7 @@ #include "x86.h" #include "vmx.h" #include "sysemu/hvf.h" +#include "hvf-i386.h" static bool xgetbv(uint32_t cpuid_ecx, uint32_t idx, uint64_t *xcr) { |