From 8283d9ec4a2d39b3d6f06ad9e98c22a26e78317f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 16 Jun 2012 15:37:52 +0200 Subject: attr: Look for attr/attributes.h too. Fixes finding of ATTR_ROOT on GNU/kFreeBSD. Autobuild-User(master): Jelmer Vernooij Autobuild-Date(master): Sat Jun 16 18:54:27 CEST 2012 on sn-devel-104 --- lib/replace/system/filesys.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/replace/system') 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 +#elif HAVE_ATTR_ATTRIBUTES_H +#include #endif /* mutually exclusive (SuSE 8.2) */ -- cgit