瀏覽代碼

include grp.h just for fun

Mike Frysinger 19 年之前
父節點
當前提交
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))