diff options
Diffstat (limited to 'vm/main.c')
-rw-r--r-- | vm/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,8 +14,8 @@ #include <stdio.h> #include <string.h> -#include "./inst.h" #include "./runtime.h" +#include <lib/inst.h> int interpret_bytecode(const char *filepath) { |