From 31e58a1fcea6e870eae1aa4b5dfb807bce97cf74 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Fri, 7 Sep 2012 15:59:16 +0200 Subject: s3:sysquota-test: include ufs/ufs/quota.h only when found --- source3/tests/sysquotas.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/tests/sysquotas.c b/source3/tests/sysquotas.c index e9a699c95a..68f8a1c976 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 -- cgit