Mike Frysinger 20 лет назад
Родитель
Сommit
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))