blob: 4b414d08073344d62a4ffa1ae640e90d22e04483 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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."
|