diff options
Diffstat (limited to 'target/i386/hax-posix.c')
-rw-r--r-- | target/i386/hax-posix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/i386/hax-posix.c b/target/i386/hax-posix.c index 6fb7867..735a749 100644 --- a/target/i386/hax-posix.c +++ b/target/i386/hax-posix.c @@ -14,9 +14,8 @@ #include "qemu/osdep.h" #include <sys/ioctl.h> -#include "target/i386/hax-i386.h" - #include "sysemu/cpus.h" +#include "hax-cpus.h" hax_fd hax_mod_open(void) { |