summaryrefslogtreecommitdiff
path: root/libc/pwd_grp
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-08 05:29:55 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-08 05:29:55 +0000
commitdbd8d5979426a1b555bca65359e30d1de038f24b (patch)
tree48220f06011f89fa67467977d5eb81ecbd0cba26 /libc/pwd_grp
parent1b2442d41e120d3585922d981a478bff4f357337 (diff)
Add missing include file
Diffstat (limited to 'libc/pwd_grp')
-rw-r--r--libc/pwd_grp/initgroups.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <fcntl.h>
#include <paths.h>
+#include <stdlib.h>
#include "config.h"
int initgroups(__const char *user, gid_t gid)