diff options
Diffstat (limited to 'lib/replace/system/filesys.h')
-rw-r--r-- | lib/replace/system/filesys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/replace/system/filesys.h b/lib/replace/system/filesys.h index 493d87d7d4..c8ac2b4f74 100644 --- a/lib/replace/system/filesys.h +++ b/lib/replace/system/filesys.h @@ -114,6 +114,8 @@ #if HAVE_SYS_ATTRIBUTES_H #include <sys/attributes.h> +#elif HAVE_ATTR_ATTRIBUTES_H +#include <attr/attributes.h> #endif /* mutually exclusive (SuSE 8.2) */ |