Преглед на файлове

Add missing include file

Eric Andersen преди 23 години
родител
ревизия
dbd8d59794
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      libc/pwd_grp/initgroups.c

+ 1 - 0
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)