diff options
Diffstat (limited to 'opcodes/w65-dis.c')
-rw-r--r-- | opcodes/w65-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/w65-dis.c b/opcodes/w65-dis.c index 015b39b..fe43c20 100644 --- a/opcodes/w65-dis.c +++ b/opcodes/w65-dis.c @@ -25,7 +25,7 @@ #define DEFINE_TABLE #include "w65-opc.h" -#include "dis-asm.h" +#include "disassemble.h" static fprintf_ftype fpr; static void *stream; |