Browse Source

Add missing include file

Eric Andersen 23 years ago
parent
commit
dbd8d59794
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/pwd_grp/initgroups.c

+ 1 - 0
libc/pwd_grp/initgroups.c

@@ -22,6 +22,7 @@
 #include <string.h>
 #include <string.h>
 #include <fcntl.h>
 #include <fcntl.h>
 #include <paths.h>
 #include <paths.h>
+#include <stdlib.h>
 #include "config.h"
 #include "config.h"
 
 
 int initgroups(__const char *user, gid_t gid)
 int initgroups(__const char *user, gid_t gid)