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:
parent
204a03e0bb
commit
0c9c51fa7a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user