aboutsummaryrefslogtreecommitdiff
path: root/stdlib/stdlib.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-21 14:59:14 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-21 14:59:14 -0500
commit7a6abd4f8eca56a2bba7e7d0b8dfa3011586a89c (patch)
tree31ac3b4f7ff8de64d455e7a5c003ffa77ca448c8 /stdlib/stdlib.c
parentf8de9e4ae77e1b4d062caf10a3e354d4ef2e5213 (diff)
Tweak function registration API
Diffstat (limited to 'stdlib/stdlib.c')
-rw-r--r--stdlib/stdlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/stdlib.c b/stdlib/stdlib.c
index 21102136..54275995 100644
--- a/stdlib/stdlib.c
+++ b/stdlib/stdlib.c
@@ -13,6 +13,7 @@
#include "bools.h"
#include "files.h"
+#include "functiontype.h"
#include "integers.h"
#include "optionals.h"
#include "metamethods.h"