afprun: Include for the setgroups function This avoids a build failure with future compilers due to an implicit function declaration. Submitted upstream: diff --git a/etc/afpd/afprun.c b/etc/afpd/afprun.c index 129212b7165ff108..5c2b5c8bbf5c6899 100644 --- a/etc/afpd/afprun.c +++ b/etc/afpd/afprun.c @@ -29,6 +29,7 @@ #include /* #define __USE_GNU 1 */ #include +#include #include #include