From: Jim Meyering Date: Fri, 13 Nov 2009 15:15:23 +0000 (+0100) Subject: test-getgroups: avoid compilation failure X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0173b1e598b66fc95f4cf3af023313e29701e384;p=pspp test-getgroups: avoid compilation failure * tests/test-getgroups.c: Include for use of SIZE_MAX. --- diff --git a/ChangeLog b/ChangeLog index 8425e3f3fe..ff6dd0ecf0 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 ffa873f2e2..b2e65a02fd 100644 --- a/tests/test-getgroups.c +++ b/tests/test-getgroups.c @@ -23,6 +23,7 @@ #include #include #include +#include #define ASSERT(expr) \ do \