Apply vodz' last_patch52
[oweals/busybox.git] / libbb / my_getgrgid.c
index 27b67192210f5b9f31b2d81aeb39446a720b99a8..88bafc97b177b3cda8c90b668c2936679528d9ee 100644 (file)
@@ -21,9 +21,9 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "pwd.h"
-#include "grp.h"
 #include "libbb.h"
+#include "pwd_.h"
+#include "grp_.h"
 
 
 /* gets a groupname given a gid */