Skip to content

Commit b3e3355

Browse files
authored
fix: build on FreeBSD (#540)
1 parent f3fb8cc commit b3e3355

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/libltfs/xattr.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ extern "C" {
6666
#include "libltfs/arch/freebsd/xattr.h"
6767
#endif
6868

69-
#include "fuse.h"
69+
#include "libltfs/ltfs_fuse_version.h"
70+
#include <fuse.h>
71+
7072
#include "ltfs.h"
7173

7274
#define LTFS_PRIVATE_PREFIX "ltfs."

0 commit comments

Comments
 (0)