]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
initgroups needs grp.h V_8_8 anongit/V_8_8 github-selfhosted/V_8_8 github/V_8_8 V_8_8_P1
authorDamien Miller <djm@mindrot.org>
Sun, 26 Sep 2021 14:03:19 +0000 (00:03 +1000)
committerDamien Miller <djm@mindrot.org>
Sun, 26 Sep 2021 14:03:19 +0000 (00:03 +1000)
misc.c

diff --git a/misc.c b/misc.c
index d94438da65df3e5b94bdd7722eee3012d1e15c3e..0134d69492e404269bae32eebf4c6f52974a96f9 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -56,6 +56,7 @@
 #ifdef HAVE_PATHS_H
 # include <paths.h>
 #include <pwd.h>
+#include <grp.h>
 #endif
 #ifdef SSH_TUN_OPENBSD
 #include <net/if.h>