12 lines
291 B
Diff
12 lines
291 B
Diff
--- rott/dosutil.c.orig 2016-07-06 16:39:54.045772922 -0400
|
|
+++ rott/dosutil.c 2016-07-06 16:40:27.862760218 -0400
|
|
@@ -197,7 +197,7 @@
|
|
printf ("\033[m");
|
|
}
|
|
|
|
-#if !defined(__CYGWIN__) && !defined(__MINGW32__)
|
|
+#if defined(__GLIBC__)
|
|
#include <execinfo.h>
|
|
|
|
void print_stack (int level)
|