diff options
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r-- | m68k_to_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h index 7fba62c..7752465 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -7,7 +7,7 @@ #define M68K_TO_X86_H_ #include <stdint.h> #include <stdio.h> -#include "x86_backend.h" +#include "backend.h" //#include "68kinst.h" struct m68kinst; |