Commit 4e4b36f
committed
fix: define FUSE_USE_VERSION before including fuse.h in xattr.h
xattr.h included fuse.h without ltfs_fuse_version.h. libfuse 2 headers
default to an old API level when FUSE_USE_VERSION is undefined, but
libfuse 3 headers reject it, breaking every translation unit that
pulls in xattr.h. The release branch received the same change as part
of the FreeBSD build fix (b3e3355).1 parent af0a5b7 commit 4e4b36f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments