aboutsummaryrefslogtreecommitdiffstats
path: root/community/tg/musl-include-fix.patch
blob: a6cb63f2c79ded1ab7b70a2249b2cc2eeaf21f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/tgl/generate.c
+++ b/tgl/generate.c
@@ -25,7 +25,11 @@
 
 #include <stdio.h>
 #include <signal.h>
+
+#ifdef HAVE_EXECINFO_H
 #include <execinfo.h>
+#endif
+
 #include <unistd.h>
 #include <stdlib.h>
 #include <sys/types.h>