X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=44e5988d0194f8a7314a69b1ab76941f4c217e93;hb=cfbb7d214978767f9bab016a5c00f44680126063;hp=13d05116c2668e808204e2df8f80b2b3d1e28f5c;hpb=2c3d90ed127ab47e695350367ca3c34d4324bcc4;p=mmh 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