blob: 57a64281d653de4c3d4289e8dd5e1aa584a7caec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
https://bugs.gentoo.org/648670
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
--- mhddfs-0.1.39/src/main.c
+++ mhddfs-0.1.39/src/main.c
@@ -34,7 +34,7 @@
#include <utime.h>
#ifndef WITHOUT_XATTR
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#endif
#include "parse_options.h"
--- mhddfs-0.1.39/src/tools.c
+++ mhddfs-0.1.39/src/tools.c
@@ -32,7 +32,7 @@
#include <dirent.h>
#ifndef WITHOUT_XATTR
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#endif
#include "tools.h"
|