mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-07 02:55:10 +02:00
12 lines
286 B
Diff
12 lines
286 B
Diff
--- src/common.c.orig 2016-05-02 09:54:28.645785781 +0200
|
|
+++ src/common.c 2016-05-02 09:55:05.902151290 +0200
|
|
@@ -4,7 +4,9 @@
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
#include <pthread.h>
|
|
+#ifdef HAVE_BACKTRACE
|
|
#include <execinfo.h>
|
|
+#endif
|
|
#include <errno.h>
|
|
#include <glib.h>
|
|
|