Pārlūkot izejas kodu

include grp.h just for fun

Mike Frysinger 20 gadi atpakaļ
vecāks
revīzija
8f7b38133b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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))