From: Damien Miller Date: Sun, 26 Sep 2021 14:03:19 +0000 (+1000) Subject: initgroups needs grp.h X-Git-Tag: V_8_8_P1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fremotes%2Fgithub%2FV_8_8;p=thirdparty%2Fopenssh-portable.git initgroups needs grp.h --- diff --git a/misc.c b/misc.c index d94438da6..0134d6949 100644 --- a/misc.c +++ b/misc.c @@ -56,6 +56,7 @@ #ifdef HAVE_PATHS_H # include #include +#include #endif #ifdef SSH_TUN_OPENBSD #include