python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / smbnetfs / patches / musl.patch
blobe31dda6186c305c967de0a18240edeee072bd649
1 --- src/common.c
2 +++ src/common.c
3 @@ -4,7 +4,9 @@
4 #include <stdarg.h>
5 #include <string.h>
6 #include <pthread.h>
7 +#ifdef HAVE_BACKTRACE
8 #include <execinfo.h>
9 +#endif
10 #include <sys/types.h>
11 #include <sys/stat.h>
12 #include <fcntl.h>