1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

tests/sysquotas.c: include jfs/quota.h for 4B test on AIX

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
This commit is contained in:
Bjoern Jacke 2019-01-30 18:35:55 -06:00 committed by Bjoern Jacke
parent 204a03e0bb
commit 0c9c51fa7a

View File

@ -59,6 +59,10 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr);
#ifdef HAVE_UFS_UFS_QUOTA_H
#include <ufs/ufs/quota.h>
#endif
#if defined(HAVE_JFS_QUOTA_H)
#include <jfs/quota.h>
#endif
int autoconf_quota(void)