From 9095599bc5184239fdc3dd35bc5bbbb89452b5c6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:48:31 -0400 Subject: Split declarations into a file --- src/compile/statements.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/statements.c') diff --git a/src/compile/statements.c b/src/compile/statements.c index 03505691..2e46e42b 100644 --- a/src/compile/statements.c +++ b/src/compile/statements.c @@ -17,6 +17,7 @@ #include "../typecheck.h" #include "assignments.h" #include "blocks.h" +#include "declarations.h" #include "functions.h" #include "optionals.h" #include "pointers.h" -- cgit v1.2.3