From 938b9b96e20d7233492dbdb2fbb396ffebb51b96 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Apr 2025 17:00:15 -0400 Subject: Reworking of stack traces (back to using addr2line) for compatibility and improved output quality --- src/stdlib/text.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdlib/text.c') diff --git a/src/stdlib/text.c b/src/stdlib/text.c index 3346bf4b..21d1a3db 100644 --- a/src/stdlib/text.c +++ b/src/stdlib/text.c @@ -68,6 +68,7 @@ #include #include +#include "datatypes.h" #include "lists.h" #include "integers.h" #include "tables.h" -- cgit v1.2.3