diff options
Diffstat (limited to 'filesystems/ltfs/files/patch-src_libltfs_xattr.h')
-rw-r--r-- | filesystems/ltfs/files/patch-src_libltfs_xattr.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/ltfs/files/patch-src_libltfs_xattr.h b/filesystems/ltfs/files/patch-src_libltfs_xattr.h new file mode 100644 index 000000000000..4b414d080733 --- /dev/null +++ b/filesystems/ltfs/files/patch-src_libltfs_xattr.h @@ -0,0 +1,13 @@ +--- src/libltfs/xattr.h.orig 2025-08-23 03:05:20 UTC ++++ src/libltfs/xattr.h +@@ -66,7 +66,9 @@ extern "C" { + #include "libltfs/arch/freebsd/xattr.h" + #endif + +-#include "fuse.h" ++ ++#include "libltfs/ltfs_fuse_version.h" ++#include <fuse.h> + #include "ltfs.h" + + #define LTFS_PRIVATE_PREFIX "ltfs." |