소스 검색

include grp.h just for fun

Mike Frysinger 20 년 전
부모
커밋
8f7b38133b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      libc/sysdeps/linux/common/getgroups.c

+ 1 - 0
libc/sysdeps/linux/common/getgroups.c

@@ -12,6 +12,7 @@
 #include "syscalls.h"
 #include <stdlib.h>
 #include <unistd.h>
+#include <grp.h>
 
 #define MIN(a,b) (((a)<(b))?(a):(b))