summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 65eebedc6c..72f14f5061 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -437,11 +437,10 @@
#include <sys/attributes.h>
#endif
+## mutually exclusive (SuSE 8.2)
#if HAVE_ATTR_XATTR_H
#include <attr/xattr.h>
-#endif
-
-#if HAVE_SYS_XATTR_H
+#elif HAVE_SYS_XATTR_H
#include <sys/xattr.h>
#endif