diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-08 05:29:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-08 05:29:55 +0000 |
commit | dbd8d5979426a1b555bca65359e30d1de038f24b (patch) | |
tree | 48220f06011f89fa67467977d5eb81ecbd0cba26 /libc | |
parent | 1b2442d41e120d3585922d981a478bff4f357337 (diff) | |
download | uClibc-alpine-dbd8d5979426a1b555bca65359e30d1de038f24b.tar.bz2 uClibc-alpine-dbd8d5979426a1b555bca65359e30d1de038f24b.tar.xz |
Add missing include file
Diffstat (limited to 'libc')
-rw-r--r-- | libc/pwd_grp/initgroups.c | 1 |
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) |