<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> ------------------------------------------------------------------------
r12997 | vapier | 2005-12-28 15:16:11 -0600 (Wed, 28 Dec 2005) | 1 line
Changed paths:
   M /trunk/uClibc/libc/sysdeps/linux/common/getgroups.c

include grp.h just for fun
 ------------------------------------------------------------------------
Index: libc/sysdeps/linux/common/getgroups.c
===================================================================
--- libc/sysdeps/linux/common/getgroups.c	(revision 12996)
+++ libc/sysdeps/linux/common/getgroups.c	(revision 12997)
@@ -12,6 +12,7 @@
 #include "syscalls.h"
 #include &lt;stdlib.h&gt;
 #include &lt;unistd.h&gt;
+#include &lt;grp.h&gt;
 
 #define MIN(a,b) (((a)&lt;(b))?(a):(b))
 
</pre></body></html>