[openssh-commits] [openssh] 04/04: initgroups needs grp.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Sep 27 00:45:57 AEST 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch V_8_8
in repository openssh.
commit bf944e3794eff5413f2df1ef37cddf96918c6bde
Author: Damien Miller <djm at mindrot.org>
Date: Mon Sep 27 00:03:19 2021 +1000
initgroups needs grp.h
---
misc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc.c b/misc.c
index d94438da..0134d694 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>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list