From dbd8d5979426a1b555bca65359e30d1de038f24b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Aug 2002 05:29:55 +0000 Subject: Add missing include file --- libc/pwd_grp/initgroups.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/pwd_grp/initgroups.c b/libc/pwd_grp/initgroups.c index 98b2626f3..91af42f42 100644 --- a/libc/pwd_grp/initgroups.c +++ b/libc/pwd_grp/initgroups.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "config.h" int initgroups(__const char *user, gid_t gid) -- cgit v1.2.3