aboutsummaryrefslogtreecommitdiffstats
path: root/int10/emu_vm86.c
diff options
context:
space:
mode:
Diffstat (limited to 'int10/emu_vm86.c')
-rw-r--r--int10/emu_vm86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/int10/emu_vm86.c b/int10/emu_vm86.c
index 890f762..8cd69b2 100644
--- a/int10/emu_vm86.c
+++ b/int10/emu_vm86.c
@@ -4,7 +4,7 @@
#define INT2PTR(a) ((a) + (unsigned char *) 0)
-#include "../x86emu/include/x86emu.h"
+#include "../x86emu/x86emu.h"
#include "AsmMacros.h"
int emu_vm86_ret;