test-getgroups: avoid compilation failure
authorJim Meyering <meyering@redhat.com>
Fri, 13 Nov 2009 15:15:23 +0000 (16:15 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 13 Nov 2009 15:15:23 +0000 (16:15 +0100)
* tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.

ChangeLog
tests/test-getgroups.c

index 8425e3f3fee9cf26cdd25e4b40ab8d3d5d49a5d9..ff6dd0ecf04e14bec27ea552e3086be19af453de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-13  Jim Meyering  <meyering@redhat.com>
+
+       test-getgroups: avoid compilation failure
+       * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
+
 2009-11-13  Eric Blake  <ebb9@byu.net>
 
        mgetgroups: new module, taken from coreutils
index ffa873f2e262f3d4522b2a40470071980ca75365..b2e65a02fd09aefe63409e34a4f871b917f327fc 100644 (file)
@@ -23,6 +23,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 
 #define ASSERT(expr) \
   do                                                                         \