From f3cbe43e28fe71427d41cfe3a17125b972710455 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Sun, 26 Sep 2021 14:01:03 +0000 Subject: upstream: need initgroups() before setresgid(); reported by anton@, ok deraadt@ OpenBSD-Commit-ID: 6aa003ee658b316960d94078f2a16edbc25087ce --- auth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/auth.c b/auth.c index e510a05..46b56cf 100644 --- a/auth.c +++ b/auth.c @@ -39,6 +39,7 @@ # include #endif #include +#include #ifdef HAVE_LOGIN_H #include #endif -- 1.8.3.1