From e30c0f06d55cd7b27c5d012a96989920f586e4a1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 15:07:36 -0400 Subject: Split list compilation logic into its own file. --- src/environment.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index ca10dbae..2c646ad3 100644 --- a/src/environment.h +++ b/src/environment.h @@ -4,6 +4,7 @@ #include "stdlib/datatypes.h" #include "stdlib/print.h" +#include "stdlib/stdlib.h" #include "types.h" typedef struct { -- cgit v1.2.3