aboutsummaryrefslogtreecommitdiff
path: root/stdlib/optionals.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-05 18:20:54 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-03-05 18:20:54 -0500
commit147e0f0269440fce15d6b88a8a90627f3a3b2df2 (patch)
treebc33522ba71b5a2996fae22e102cce5046cf1333 /stdlib/optionals.c
parent2c4324670ff569ede360d13875c5e4b5720a626d (diff)
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
Diffstat (limited to 'stdlib/optionals.c')
-rw-r--r--stdlib/optionals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/optionals.c b/stdlib/optionals.c
index 990ca138..d91ebffc 100644
--- a/stdlib/optionals.c
+++ b/stdlib/optionals.c
@@ -8,6 +8,7 @@
#include "integers.h"
#include "metamethods.h"
#include "moments.h"
+#include "nums.h"
#include "patterns.h"
#include "text.h"
#include "threads.h"