From 31beca9f417c2c4fd32eaae01b3e855acf892220 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:19:24 -0400 Subject: Split out blocks into their own file --- src/compile/functions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/functions.c') 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" -- cgit v1.2.3