- (djm) [loginrec.c ssh-rand-helper.c sshd.c openbsd-compat/glob.c]
   [openbsd-compat/mktemp.c openbsd-compat/openbsd-compat.h]
   [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c]
   [openbsd-compat/xcrypt.c] Fix includes.h fallout, mainly fcntl.h
diff --git a/sshd.c b/sshd.c
index 591622f..602116e 100644
--- a/sshd.c
+++ b/sshd.c
@@ -56,6 +56,7 @@
 #ifdef HAVE_PATHS_H
 #include <paths.h>
 #endif
+#include <grp.h>
 #include <pwd.h>
 #include <signal.h>