Replaces attr/xattr.h include

The attr/xattr.h doesn't exist on the newer versions of attr and can be replaced throught the in glibc included sys/xattr.h
This commit is contained in:
Thomas Schneider 2018-06-25 23:18:58 +02:00 committed by GitHub
parent d7bfc55d23
commit 9be0812f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
#include <sys/types.h>
#include <sys/vfs.h>
#include <unistd.h>
#include <attr/xattr.h>
#include <sys/xattr.h>
#include <linux/fiemap.h>
#include <linux/fs.h>