diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:55:29 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:55:29 -0400 |
| commit | c859ed479227cee2cecedb83d74a40acf9758051 (patch) | |
| tree | 24b4e4e6d880999fab132a276d54e61f85308a74 /src/parse/functions.c | |
| parent | 75376335580c539512d459292d73e8ad4d7fe1af (diff) | |
Split out type parsing
Diffstat (limited to 'src/parse/functions.c')
| -rw-r--r-- | src/parse/functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
