aboutsummaryrefslogtreecommitdiff
path: root/src/typecheck.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-25 00:30:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-25 00:30:08 -0400
commitb378f7359a6b8bd2e47bafdba496d115825adcd7 (patch)
tree52deff3a66e2265b84bd20a7e81b20111d29f7dd /src/typecheck.c
parent80755477735baaea66f865c316aff036bebd8e2f (diff)
Split out some parser functionality.
Diffstat (limited to 'src/typecheck.c')
-rw-r--r--src/typecheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typecheck.c b/src/typecheck.c
index 09c5fc62..08966c31 100644
--- a/src/typecheck.c
+++ b/src/typecheck.c
@@ -13,6 +13,7 @@
#include "modules.h"
#include "naming.h"
#include "parse/parse.h"
+#include "parse/types.h"
#include "stdlib/paths.h"
#include "stdlib/tables.h"
#include "stdlib/text.h"