Explorar o código

include grp.h just for fun

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
8f7b38133b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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))