diff --git a/src/6502.c b/src/6502.c index 93cf4d8..ccb390b 100644 --- a/src/6502.c +++ b/src/6502.c @@ -1,6 +1,7 @@ #include "inc/types.h" #include "inc/memory.h" #include "inc/opcodes.h" +#include "inc/interface.h" ocl opcode_in_list; oct opcode_in_table;