From 963694d1f90fb7689d836b2960d4f3978beb9c60 Mon Sep 17 00:00:00 2001 From: Thiago Auler Date: Mon, 20 Nov 2017 12:37:23 -0200 Subject: [PATCH] #include "inc/interface.h" --- src/6502.c | 1 + 1 file changed, 1 insertion(+) 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;