From 147e0f0269440fce15d6b88a8a90627f3a3b2df2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 5 Mar 2025 18:20:54 -0500 Subject: Overhaul of constructors, making it more consistent and correct. Also changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity --- stdlib/stdlib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/stdlib.c') diff --git a/stdlib/stdlib.c b/stdlib/stdlib.c index 93b0d481..efee2a05 100644 --- a/stdlib/stdlib.c +++ b/stdlib/stdlib.c @@ -17,6 +17,7 @@ #include "integers.h" #include "optionals.h" #include "metamethods.h" +#include "nums.h" #include "patterns.h" #include "paths.h" #include "rng.h" -- cgit v1.2.3