From d1623ec025efa74f31db1177727c8cc0d34d03b6 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Thu, 6 Sep 2012 17:26:55 +0200 Subject: s3:sysquota_xfs: check and include the right fs header file for xfs quotas --- source3/lib/sysquotas_xfs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/sysquotas_xfs.c b/source3/lib/sysquotas_xfs.c index 1e438e9a6d..7da40efd9b 100644 --- a/source3/lib/sysquotas_xfs.c +++ b/source3/lib/sysquotas_xfs.c @@ -33,9 +33,10 @@ #ifdef HAVE_LINUX_XFS_QUOTAS #include "samba_linux_quota.h" -#ifdef HAVE_LINUX_DQBLK_XFS_H -#include +#ifdef HAVE_XFS_XQM_H +#include #endif + #define HAVE_GROUP_QUOTA #else /* IRIX */ #include -- cgit