blob: 170c4327743e98753e87da4f77bf47d13f4b4c97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- jack-1.9.9.5.orig/dbus/sigsegv.c
+++ jack-1.9.9.5/dbus/sigsegv.c
@@ -27,7 +27,9 @@
#include <stdio.h>
#include <signal.h>
#include <dlfcn.h>
+#ifdef __GLIBC__
#include <execinfo.h>
+#endif
#include <errno.h>
#ifndef NO_CPP_DEMANGLE
char * __cxa_demangle(const char * __mangled_name, char * __output_buffer, size_t * __length, int * __status);
|