From: Jim Meyering Date: Fri, 13 Nov 2009 15:15:23 +0000 (+0100) Subject: test-getgroups: avoid compilation failure X-Git-Tag: stable/20091120~34 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=dc5014b067e54893b30d0693942240ef9ac7c6f2;p=gnulib.git test-getgroups: avoid compilation failure * tests/test-getgroups.c: Include for use of SIZE_MAX. (cherry picked from commit 0173b1e598b66fc95f4cf3af023313e29701e384) --- diff --git a/ChangeLog b/ChangeLog index 76f78e394..24892644b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-13 Jim Meyering + + test-getgroups: avoid compilation failure + * tests/test-getgroups.c: Include for use of SIZE_MAX. + 2009-11-13 Eric Blake getgroups, getugroups: provide stubs for mingw diff --git a/tests/test-getgroups.c b/tests/test-getgroups.c index 5324df115..8ecfb963a 100644 --- a/tests/test-getgroups.c +++ b/tests/test-getgroups.c @@ -23,6 +23,7 @@ #include #include #include +#include #define ASSERT(expr) \ do \