aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index b6930ab7..65ab0c63 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -9,7 +9,7 @@
#include "stdlib/datatypes.h"
#include "stdlib/files.h"
-#include "stdlib/util.h"
+#include "util.h"
#define NewAST(_file, _start, _end, ast_tag, ...) \
(new (ast_t, .file = _file, .start = _start, .end = _end, .tag = ast_tag, .__data.ast_tag = {__VA_ARGS__}))