summaryrefslogtreecommitdiff
path: root/glnx-fdio.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-04-01 05:42:26 -0400
committerColin Walters <walters@verbum.org>2015-04-01 05:42:26 -0400
commitd59a63e3e650aa75a055e4ede523790d60645435 (patch)
treedda9d2a219553ad70432a1339c7f7dabda2da06d /glnx-fdio.h
parentd8a3d3b821dc441475638d2d38a62a57f83d3d28 (diff)
downloadlibglnx-d59a63e3e650aa75a055e4ede523790d60645435.tar.gz
Switch to using glibc xattrs
See https://github.com/GNOME/ostree/pull/78
Diffstat (limited to 'glnx-fdio.h')
-rw-r--r--glnx-fdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glnx-fdio.h b/glnx-fdio.h
index 19f938c..5765a02 100644
--- a/glnx-fdio.h
+++ b/glnx-fdio.h
@@ -25,7 +25,7 @@
#include <dirent.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
/* From systemd/src/shared/util.h */
/* When we include libgen.h because we need dirname() we immediately
* undefine basename() since libgen.h defines it as a macro to the XDG