فهرست منبع

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)