aboutsummaryrefslogtreecommitdiff
path: root/src/parse/functions.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-25 01:26:47 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-25 01:26:47 -0400
commitfbc6b59305d8414bb1cb471ea3f85a8d926beb4f (patch)
tree0e2c7f32d7cc64f5fdc56d3086766d5bfcbe9d25 /src/parse/functions.c
parentbbcc85eec5ccccd7cd7573f15510ceccfe42cc0d (diff)
Further split out files for parsing
Diffstat (limited to 'src/parse/functions.c')
-rw-r--r--src/parse/functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/functions.c b/src/parse/functions.c
index 7786da7a..4293b43b 100644
--- a/src/parse/functions.c
+++ b/src/parse/functions.c
@@ -11,6 +11,7 @@
#include "../ast.h"
#include "../stdlib/util.h"
#include "context.h"
+#include "controlflow.h"
#include "errors.h"
#include "functions.h"
#include "parse.h"