From aebb3a14727ca074cce47206608ff485f55eb671 Mon Sep 17 00:00:00 2001 From: tridge Date: Mon, 22 Nov 2004 11:48:19 +0000 Subject: [PATCH] [dbench @ cvs-1:tridge-20041122114819-4sxquozftfsnhv4v] cope with a wider range of xattr headers --- dbench.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dbench.h b/dbench.h index 8e169cd..a13d9c1 100644 --- a/dbench.h +++ b/dbench.h @@ -44,8 +44,12 @@ #include #include -#if HAVE_XATTR_SUPPORT +#if HAVE_ATTR_XATTR_H #include +#elif HAVE_SYS_XATTR_H +#include +#elif HAVE_SYS_ATTRIBUTES_H +#include #endif #ifndef MSG_WAITALL -- 2.34.1