From cfbb7d214978767f9bab016a5c00f44680126063 Mon Sep 17 00:00:00 2001 From: David Levine Date: Wed, 11 Jan 2012 16:45:53 -0600 Subject: [PATCH 1/1] Added #include . It's needed on Linux, should be harmless on others. --- uip/slocal.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uip/slocal.c b/uip/slocal.c index 13d0511..44e5988 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -34,6 +34,10 @@ #include #include +/* Hopefully, grp.h declares initgroups(). If we run into a platform + where it doesn't, we could consider declaring it here as well. */ +#include + /* This define is needed for Berkeley db v2 and above to * make the header file expose the 'historical' ndbm APIs. * We define it unconditionally because this is simple and -- 1.7.10.4