diff --git a/srcpkgs/wimlib/patches/musl-fs.patch b/srcpkgs/wimlib/patches/musl-fs.patch new file mode 100644 index 00000000000..ecb07903f67 --- /dev/null +++ b/srcpkgs/wimlib/patches/musl-fs.patch @@ -0,0 +1,10 @@ +--- a/src/mount_image.c ++++ b/src/mount_image.c +@@ -52,6 +52,7 @@ + #include + #include + #include ++#include + + #include "wimlib/blob_table.h" + #include "wimlib/dentry.h"