mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
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:
parent
d7bfc55d23
commit
9be0812f7b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user