aboutsummaryrefslogtreecommitdiff
path: root/src/typecheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/typecheck.c')
-rw-r--r--src/typecheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typecheck.c b/src/typecheck.c
index bedc4121..09c5fc62 100644
--- a/src/typecheck.c
+++ b/src/typecheck.c
@@ -12,7 +12,7 @@
#include "environment.h"
#include "modules.h"
#include "naming.h"
-#include "parse.h"
+#include "parse/parse.h"
#include "stdlib/paths.h"
#include "stdlib/tables.h"
#include "stdlib/text.h"