summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy
diff options
context:
space:
mode:
Diffstat (limited to 'unix-cpy')
-rw-r--r--unix-cpy/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix-cpy/main.c b/unix-cpy/main.c
index 52d63273ce..7e2703139e 100644
--- a/unix-cpy/main.c
+++ b/unix-cpy/main.c
@@ -12,7 +12,7 @@
#include "obj.h"
#include "parsehelper.h"
#include "compile.h"
-#include "runtime0.h"
+#include "runtime.h"
void do_file(const char *file) {
mp_lexer_t *lex = mp_lexer_new_from_file(file);