mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-15 15:05:13 +02:00
12 lines
235 B
Diff
12 lines
235 B
Diff
--- src/common.c
|
|
+++ src/common.c
|
|
@@ -4,7 +4,9 @@
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
#include <pthread.h>
|
|
+#ifdef HAVE_BACKTRACE
|
|
#include <execinfo.h>
|
|
+#endif
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|