From 90a323e3b34cfecdf9df55d8a03d03649609f162 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 12 Apr 2025 13:44:04 -0400 Subject: Replace addr2line with libbacktrace to get improved stack traces --- src/stdlib/tomo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stdlib/tomo.h') diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h index 2d8d9908..63abd2d6 100644 --- a/src/stdlib/tomo.h +++ b/src/stdlib/tomo.h @@ -7,7 +7,6 @@ #include #include -#include "lists.h" #include "bools.h" #include "bytes.h" #include "c_strings.h" @@ -15,6 +14,7 @@ #include "enums.h" #include "functiontype.h" #include "integers.h" +#include "lists.h" #include "memory.h" #include "metamethods.h" #include "nums.h" @@ -23,6 +23,7 @@ #include "pointers.h" #include "print.h" #include "siphash.h" +#include "stacktrace.h" #include "structs.h" #include "tables.h" #include "text.h" -- cgit v1.2.3