void-packages/srcpkgs/smbnetfs/patches/musl.patch

13 lines
239 B
Diff

--- a/src/common.c
+++ b/src/common.c
@@ -4,7 +4,9 @@
#include <stdarg.h>
#include <string.h>
#include <pthread.h>
+#ifdef HAVE_BACKTRACE
#include <execinfo.h>
+#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>