From 11bf15746901fe665f166aa148c6de7ca79ed20e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 20 Feb 2004 15:50:18 +0000 Subject: & are mutually exclusive it seems; fix build on SuSE 8.2 (This used to be commit 34e6c5f8f3829e9ff6dd3f1377170fb150bfcec1) --- source3/include/includes.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3') 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 #endif +## mutually exclusive (SuSE 8.2) #if HAVE_ATTR_XATTR_H #include -#endif - -#if HAVE_SYS_XATTR_H +#elif HAVE_SYS_XATTR_H #include #endif -- cgit