summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-02-19 21:56:49 +0000
committerGerald Carter <jerry@samba.org>2004-02-19 21:56:49 +0000
commit1568785f699d7616bd2028d4fa3269adf8663de1 (patch)
tree50731e8faf31a6d7247dc6afcc53cf5cbf7a252a /source3/include
parentee5e7e49251f9149367dcf0fb5f2d49d88d9a330 (diff)
downloadsamba-1568785f699d7616bd2028d4fa3269adf8663de1.tar.gz
samba-1568785f699d7616bd2028d4fa3269adf8663de1.tar.bz2
samba-1568785f699d7616bd2028d4fa3269adf8663de1.zip
check for <sys/xattr.h>; needed by Debian testing
(This used to be commit fb90b4140ec45ff4088c41dffce3680b5c4dc170)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 1867aeda12..5b0e6cd7d2 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -441,6 +441,10 @@
#include <attr/xattr.h>
#endif
+#if HAVE_SYS_XATTR_H
+#include <sys/xattr.h>
+#endif
+
#if HAVE_LOCALE_H
#include <locale.h>
#endif