summaryrefslogtreecommitdiffstats
path: root/misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2021-09-26 16:03:19 +0200
committerDamien Miller <djm@mindrot.org>2021-09-26 16:03:19 +0200
commitbf944e3794eff5413f2df1ef37cddf96918c6bde (patch)
tree47e5f54f7d335fd37e3bb4f853a2b6426fcfabe4 /misc.c
parentupstream: openssh-8.8 (diff)
downloadopenssh-bf944e3794eff5413f2df1ef37cddf96918c6bde.tar.xz
openssh-bf944e3794eff5413f2df1ef37cddf96918c6bde.zip
initgroups needs grp.hV_8_8_P1
Diffstat (limited to '')
-rw-r--r--misc.c1
1 files changed, 1 insertions, 0 deletions
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 <paths.h>
#include <pwd.h>
+#include <grp.h>
#endif
#ifdef SSH_TUN_OPENBSD
#include <net/if.h>