diff options
Diffstat (limited to 'target/i386/hvf/vmx.h')
| -rw-r--r-- | target/i386/hvf/vmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/hvf/vmx.h b/target/i386/hvf/vmx.h index 80ce26279b..3c56afc9d3 100644 --- a/target/i386/hvf/vmx.h +++ b/target/i386/hvf/vmx.h @@ -29,7 +29,7 @@ #include <Hypervisor/hv_vmx.h> #include "vmcs.h" #include "cpu.h" -#include "x86.h" +#include "emulate/x86.h" #include "system/hvf.h" #include "system/hvf_int.h" |