tests/sysquotas.c: include jfs/quota.h for 4B test on AIX
[amitay/samba.git] / tests / sysquotas.c
index a900499882953fad4e341a5507626322af7da847..973b9f4f76a30ce49a7123633b97b546329674d9 100644 (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)