summaryrefslogtreecommitdiff
path: root/interpreter.c
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-21 03:44:47 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-21 03:44:47 +1000
commitee742e6020248f9695cc9ce5bbace5f42814383e (patch)
treed8be3463f30027c965e821ac63b8b6eae047390d /interpreter.c
parentc4c28762385c52d0c349da72e3f3bbed64197411 (diff)
have to call it a night.
Diffstat (limited to 'interpreter.c')
-rw-r--r--interpreter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/interpreter.c b/interpreter.c
index 6fea22e..e49c77a 100644
--- a/interpreter.c
+++ b/interpreter.c
@@ -7,8 +7,8 @@
M - Dump a page of memory
*/
-#include"include.h"
-#include"debug.h"
+#include"headers/include.h"
+#include"headers/debug.h"
int main(){
char c;