diff options
Diffstat (limited to 'src/interpreter.c')
-rw-r--r-- | src/interpreter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpreter.c b/src/interpreter.c index 4005998..200347e 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -2,7 +2,7 @@ // Useful for carrying out tests of the CPU instructions. // Refer to interpreter.md for the manual -#include"apple.c" +#include"apple.h" #include"debug.h" //Write a custom getc function here which ignores spaces |