11 lines
312 B
Diff
11 lines
312 B
Diff
--- libretroshare/src/util/stacktrace.h.orig 2016-07-22 09:56:51.752455389 +0200
|
|
+++ libretroshare/src/util/stacktrace.h 2016-07-22 09:57:55.192242561 +0200
|
|
@@ -25,7 +25,7 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
-#ifndef WINDOWS_SYS
|
|
+#if defined(__linux__) && defined(__GLIBC__)
|
|
|
|
#include <stdlib.h>
|
|
#include <execinfo.h>
|