]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/vm.c
Allow passing arguments to program, refactor directory structure
[uwu-lang.git] / api / vm.c
index 5cab6c08465485025b5fc7cc89dd831ed2c643c9..8374050b3fbdd9874da14473df20ea48d16192aa 100644 (file)
--- a/api/vm.c
+++ b/api/vm.c
@@ -1,6 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include "../src/err.h"
+#include "common/err.h"
 #include "vm.h"
 #include "str.h"
 #include "ref.h"