Skip to content
Snippets Groups Projects
Commit d59a63e3 authored by Colin Walters's avatar Colin Walters
Browse files

Switch to using glibc xattrs

parent d8a3d3b8
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <attr/xattr.h> #include <sys/xattr.h>
/* From systemd/src/shared/util.h */ /* From systemd/src/shared/util.h */
/* When we include libgen.h because we need dirname() we immediately /* When we include libgen.h because we need dirname() we immediately
* undefine basename() since libgen.h defines it as a macro to the XDG * undefine basename() since libgen.h defines it as a macro to the XDG
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <attr/xattr.h> #include <sys/xattr.h>
G_BEGIN_DECLS G_BEGIN_DECLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment