]> git.lizzy.rs Git - uwu-lang.git/blobdiff - src/parse.c
Allow passing arguments to program, refactor directory structure
[uwu-lang.git] / src / parse.c
index c8b430d4963f52698b6f38caa62c77d6c3d48c11..ed09de9c00a3927608bd46afd7e5be9960772f4a 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
-#include "err.h"
+#include "common/err.h"
 #include "parse.h"
 
 #define DEBUG 0