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 8425e3f..ff6dd0e 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 ffa873f..b2e65a0 100644 (file)
@@ -23,6 +23,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 
 #define ASSERT(expr) \
   do                                                                         \