summarylogtreecommitdiffstats
path: root/enoattr.patch
blob: 2fbad07131e36ea3435531a23f310d15f121e4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/main-fuse.cpp b/src/main-fuse.cpp
index f6b28c7..059666f 100644
--- a/src/main-fuse.cpp
+++ b/src/main-fuse.cpp
@@ -18,6 +18,9 @@
 #ifdef DARLING
 #	include "stat_xlate.h"
 #endif
+#if __linux__
+#	include <attr/attributes.h>
+#endif
 
 std::shared_ptr<Reader> g_fileReader;
 std::unique_ptr<HFSHighLevelVolume> g_volume;