aboutsummaryrefslogtreecommitdiff
path: root/src/parse/statements.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/statements.c')
-rw-r--r--src/parse/statements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/statements.c b/src/parse/statements.c
index 24917a76..9c6f9e31 100644
--- a/src/parse/statements.c
+++ b/src/parse/statements.c
@@ -4,7 +4,7 @@
#include <stdbool.h>
#include "../ast.h"
-#include "../stdlib/util.h"
+#include "../util.h"
#include "context.h"
#include "errors.h"
#include "expressions.h"