From 0173b1e598b66fc95f4cf3af023313e29701e384 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Nov 2009 16:15:23 +0100 Subject: [PATCH] test-getgroups: avoid compilation failure * tests/test-getgroups.c: Include for use of SIZE_MAX. --- ChangeLog | 5 +++++ tests/test-getgroups.c | 1 + 2 files changed, 6 insertions(+) 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 \ -- 2.30.2