initgroups needs grp.h

This commit is contained in:
Damien Miller 2021-09-27 00:03:19 +10:00
parent 8c5b565514
commit bf944e3794
1 changed files with 1 additions and 0 deletions

1
misc.c
View File

@ -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>