aboutsummaryrefslogtreecommitdiff
path: root/src/compile/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/text.h')
-rw-r--r--src/compile/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/text.h b/src/compile/text.h
index ae3cc5c3..6aefeeb8 100644
--- a/src/compile/text.h
+++ b/src/compile/text.h
@@ -6,7 +6,7 @@
#include "../environment.h"
#include "../stdlib/datatypes.h"
#include "../stdlib/text.h"
-#include "../stdlib/util.h"
+#include "../util.h"
#include "../types.h"
Text_t compile_text_ast(env_t *env, ast_t *ast);