aboutsummaryrefslogtreecommitdiff
path: root/src/compile/functions.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:19:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:19:24 -0400
commit31beca9f417c2c4fd32eaae01b3e855acf892220 (patch)
treea1d3e656b908d6da6cf8887201f2fa89a82b1142 /src/compile/functions.c
parent2245c883680ccfbe545f230d6b68c38ce54bceb6 (diff)
Split out blocks into their own file
Diffstat (limited to 'src/compile/functions.c')
-rw-r--r--src/compile/functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/functions.c b/src/compile/functions.c
index 5197b6f1..cc6aba87 100644
--- a/src/compile/functions.c
+++ b/src/compile/functions.c
@@ -12,6 +12,7 @@
#include "../typecheck.h"
#include "../types.h"
#include "assignments.h"
+#include "blocks.h"
#include "integers.h"
#include "promotion.h"
#include "statements.h"