diff --git a/srcpkgs/fuse3/patches/musl.patch b/srcpkgs/fuse3/patches/musl.patch new file mode 100644 index 00000000000..8fae0d7ed97 --- /dev/null +++ b/srcpkgs/fuse3/patches/musl.patch @@ -0,0 +1,13 @@ +--- example/passthrough_hp.cc 2019-07-06 15:29:45.202362210 +0200 ++++ example/passthrough_hp.cc 2019-07-06 15:30:20.623938331 +0200 +@@ -67,6 +67,9 @@ + #include + #include + #include ++#ifndef __GLIBC__ ++#include ++#endif + + // C++ includes + #include +