From 34e6c5f8f3829e9ff6dd3f1377170fb150bfcec1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 20 Feb 2004 15:50:18 +0000 Subject: [PATCH] & are mutually exclusive it seems; fix build on SuSE 8.2 --- source/include/includes.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/include/includes.h b/source/include/includes.h index 65eebedc6ca..72f14f50614 100644 --- a/source/include/includes.h +++ b/source/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