From bf271b96cf6bc42c8a23309d890febf003e1627f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 20 Feb 2004 15:53:26 +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 5b0e6cd7d29..db060907e4d 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 -- 2.11.4.GIT