From d3924859191ee07a7e52420aa03be3204e291b60 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Sun, 1 Jul 2012 14:35:55 +0200 Subject: s3: add sysquotas_4B support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is from James Peach's darwin patch, that exists since a couple of years already. Autobuild-User(master): Björn Jacke Autobuild-Date(master): Sun Sep 2 01:00:41 CEST 2012 on sn-devel-104 --- source3/tests/sysquotas.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/tests') diff --git a/source3/tests/sysquotas.c b/source3/tests/sysquotas.c index bf16c8ba6e..53d3a67aa1 100644 --- a/source3/tests/sysquotas.c +++ b/source3/tests/sysquotas.c @@ -43,6 +43,10 @@ #elif defined(HAVE_QUOTACTL_4B) /* int quotactl(const char *path, int cmd, int id, char *addr); */ +#ifdef HAVE_SYS_TYPES_H +#include +#endif + #ifdef HAVE_SYS_QUOTA_H #include #else /* *BSD */ -- cgit