aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tomo.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-12 13:44:04 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-12 13:44:04 -0400
commit90a323e3b34cfecdf9df55d8a03d03649609f162 (patch)
treec9dcf3b40e6b0de736f0c38864383a01b369439c /src/stdlib/tomo.h
parentba555a8aca47a78acb173780fd252b19d3cdd36e (diff)
Replace addr2line with libbacktrace to get improved stack traces
Diffstat (limited to 'src/stdlib/tomo.h')
-rw-r--r--src/stdlib/tomo.h3
1 files changed, 2 insertions, 1 deletions
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 <stdint.h>
#include <sys/param.h>
-#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"