From 0c9c51fa7a69e1807c773a04247828046e98c7fc Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Wed, 30 Jan 2019 18:35:55 -0600 Subject: [PATCH] tests/sysquotas.c: include jfs/quota.h for 4B test on AIX Signed-off-by: Bjoern Jacke Reviewed-by: Uri Simchoni --- tests/sysquotas.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/sysquotas.c b/tests/sysquotas.c index a9004998829..973b9f4f76a 100644 --- a/tests/sysquotas.c +++ b/tests/sysquotas.c @@ -61,6 +61,10 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr); #include #endif +#if defined(HAVE_JFS_QUOTA_H) +#include +#endif + int autoconf_quota(void) { int ret = -1; -- 2.11.4.GIT