diff options
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index d05b21d57d..9869a90296 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1168,6 +1168,8 @@ main() { conf.CHECK_HEADERS('linux/dqblk_xfs.h') # For sys/quota.h and linux/quota.h conf.CHECK_HEADERS('sys/quota.h') + # For quotas on BSD systems + conf.CHECK_HEADERS('ufs/ufs/quota.h') # |