diff options
author | Colin Walters <walters@verbum.org> | 2015-04-01 05:42:26 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-04-01 05:42:26 -0400 |
commit | d59a63e3e650aa75a055e4ede523790d60645435 (patch) | |
tree | dda9d2a219553ad70432a1339c7f7dabda2da06d /glnx-xattrs.h | |
parent | d8a3d3b821dc441475638d2d38a62a57f83d3d28 (diff) | |
download | libglnx-d59a63e3e650aa75a055e4ede523790d60645435.tar.gz |
Switch to using glibc xattrs
See https://github.com/GNOME/ostree/pull/78
Diffstat (limited to 'glnx-xattrs.h')
-rw-r--r-- | glnx-xattrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glnx-xattrs.h b/glnx-xattrs.h index 410c722..a566a22 100644 --- a/glnx-xattrs.h +++ b/glnx-xattrs.h @@ -25,7 +25,7 @@ #include <dirent.h> #include <sys/stat.h> #include <fcntl.h> -#include <attr/xattr.h> +#include <sys/xattr.h> G_BEGIN_DECLS |