From 5045773d6268a84cd779296fbb8824d5bc7b72bd Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 24 Apr 2023 19:42:18 -0500 Subject: [PATCH] wimlib: fix build on musl --- srcpkgs/wimlib/patches/musl-fs.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/wimlib/patches/musl-fs.patch 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"