From c859ed479227cee2cecedb83d74a40acf9758051 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 00:55:29 -0400 Subject: Split out type parsing --- src/parse/functions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/functions.c') diff --git a/src/parse/functions.c b/src/parse/functions.c index 69c695fd..7786da7a 100644 --- a/src/parse/functions.c +++ b/src/parse/functions.c @@ -14,6 +14,7 @@ #include "errors.h" #include "functions.h" #include "parse.h" +#include "types.h" #include "utils.h" public -- cgit v1.2.3