aboutsummaryrefslogtreecommitdiff
path: root/src/parse/containers.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-25 01:07:14 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-25 01:07:14 -0400
commitbbcc85eec5ccccd7cd7573f15510ceccfe42cc0d (patch)
treec4a0f190fb79e07a02a774f5ffb8ee4e89d24fc1 /src/parse/containers.c
parent47d38fb5ac183180edd297830261cedd8afee2d3 (diff)
Move suffix rules into their own file
Diffstat (limited to 'src/parse/containers.c')
-rw-r--r--src/parse/containers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/containers.c b/src/parse/containers.c
index 5c39eb5b..b97dd141 100644
--- a/src/parse/containers.c
+++ b/src/parse/containers.c
@@ -9,6 +9,7 @@
#include "context.h"
#include "errors.h"
#include "parse.h"
+#include "suffixes.h"
#include "utils.h"
ast_t *parse_list(parse_ctx_t *ctx, const char *pos) {