From d24ee5f20483aee9acbec9deb0dcc833d78cae49 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 27 Nov 2023 21:15:03 +1100 Subject: actually fixed build this time --- src/interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interpreter.c') 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 -- cgit v1.2.3