diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-14 17:00:15 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-14 17:00:15 -0400 |
| commit | 938b9b96e20d7233492dbdb2fbb396ffebb51b96 (patch) | |
| tree | 8235dac9ae352f1b708d12a491acd6650720cefc /src/stdlib/text.c | |
| parent | c3cec08ce94b25eb19588d333c738a24e96abac4 (diff) | |
Reworking of stack traces (back to using addr2line) for compatibility
and improved output quality
Diffstat (limited to 'src/stdlib/text.c')
| -rw-r--r-- | src/stdlib/text.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <unistring/version.h> #include <uniwidth.h> +#include "datatypes.h" #include "lists.h" #include "integers.h" #include "tables.h" |
