Commit 387844fa authored by Bernhard M. Wiedemann's avatar Bernhard M. Wiedemann
Browse files

Use sys/xattr.h

from glibc, because libattr-2.4.48 dropped its xattr.h

Similar to
https://github.com/pmem/pmemfile/pull/253
https://github.com/rpm-software-management/librepo/pull/122
parent fbfd4d02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ extern "C" {
#include <vector>
#include <random>
#include <algorithm>
#include <attr/xattr.h>
#include <sys/xattr.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <sys/file.h>