Scrub pwd.h and grp.h handling so we don't have to play any
[oweals/busybox.git] / libpwdgrp / fgetgrent.c
index c5d63e05f449a0ee3524961894a9e55f50f7f1c5..1492a1a9546150d28cc8fdd52379768b24ed336c 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "grp.h"
+#include "grp_.h"
 
 struct group *fgetgrent(FILE * file)
 {