소스 검색

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)