diff options
Diffstat (limited to 'target/i386/hvf/x86_descr.h')
-rw-r--r-- | target/i386/hvf/x86_descr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/hvf/x86_descr.h b/target/i386/hvf/x86_descr.h index ce5de98..24af494 100644 --- a/target/i386/hvf/x86_descr.h +++ b/target/i386/hvf/x86_descr.h @@ -19,7 +19,7 @@ #ifndef HVF_X86_DESCR_H #define HVF_X86_DESCR_H -#include "x86.h" +#include "emulate/x86.h" typedef struct vmx_segment { uint16_t sel; |