summaryrefslogtreecommitdiff
path: root/_obnammodule.c
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-06-17 13:07:06 +0100
committerLars Wirzenius <liw@liw.fi>2012-06-17 13:07:06 +0100
commit718223b8603cc96e97f1327e70d93d17b36c642b (patch)
treef06f26e720c2d19a6a1f5c83ebe00a2b9906b58c /_obnammodule.c
parent820b2e6853a71c39f88ed86b3ec98d3fe9284ebb (diff)
downloadobnam-718223b8603cc96e97f1327e70d93d17b36c642b.tar.gz
Use the libc-provided xattr.h instead of the libattr one
Thanks, Stefan Friedel, for reporting this.
Diffstat (limited to '_obnammodule.c')
-rw-r--r--_obnammodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/_obnammodule.c b/_obnammodule.c
index 5e377e97..7b8217b2 100644
--- a/_obnammodule.c
+++ b/_obnammodule.c
@@ -43,7 +43,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#include <unistd.h>
#include <stdlib.h>