From: Björn Jacke Date: Fri, 7 Sep 2012 13:59:16 +0000 (+0200) Subject: s3:sysquota-test: include ufs/ufs/quota.h only when found X-Git-Tag: samba-4.0.0rc1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31e58a1fcea6e870eae1aa4b5dfb807bce97cf74;p=thirdparty%2Fsamba.git s3:sysquota-test: include ufs/ufs/quota.h only when found --- diff --git a/source3/tests/sysquotas.c b/source3/tests/sysquotas.c index e9a699c95a9..68f8a1c9762 100644 --- a/source3/tests/sysquotas.c +++ b/source3/tests/sysquotas.c @@ -51,7 +51,9 @@ #include #else /* *BSD */ #include +#ifdef HAVE_UFS_UFS_QUOTA_H #include +#endif #include #endif