From: Jim Meyering Date: Fri, 13 Nov 2009 15:15:23 +0000 (+0100) Subject: test-getgroups: avoid compilation failure X-Git-Tag: v0.1~5205 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0173b1e598b66fc95f4cf3af023313e29701e384;p=gnulib.git test-getgroups: avoid compilation failure * tests/test-getgroups.c: Include for use of SIZE_MAX. --- diff --git a/ChangeLog b/ChangeLog index 8425e3f3f..ff6dd0ecf 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 mgetgroups: new module, taken from coreutils diff --git a/tests/test-getgroups.c b/tests/test-getgroups.c index ffa873f2e..b2e65a02f 100644 --- a/tests/test-getgroups.c +++ b/tests/test-getgroups.c @@ -23,6 +23,7 @@ #include #include #include +#include #define ASSERT(expr) \ do \