Scrub pwd.h and grp.h handling so we don't have to play any
[oweals/busybox.git] / libpwdgrp / setgroups.c
index c9b86f016b1eaf4afd1352eb987cb99f740c9970..c3af1ea77d5a598fbbccc5cc6bb92a7e9adbe5a3 100644 (file)
@@ -35,7 +35,7 @@
 /* This is needed for libc5 */
 #include <asm/unistd.h>
 #endif
-#include "grp.h"
+#include "grp_.h"
 
 //#define __NR_setgroups        81
 _syscall2(int, setgroups, size_t, size, const gid_t *, list);