From: David Levine Date: Wed, 11 Jan 2012 22:45:53 +0000 (-0600) Subject: Added #include . It's needed on Linux, should be harmless on others. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=cfbb7d214978767f9bab016a5c00f44680126063;p=mmh Added #include . It's needed on Linux, should be harmless on others. --- 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