Scrub pwd.h and grp.h handling so we don't have to play any
[oweals/busybox.git] / libpwdgrp / getgrgid.c
index e70346a7797069f39504b9c166c1ca5c8864acde..73f0cca97c372eca0967e3c029af9366991b269b 100644 (file)
@@ -23,7 +23,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include "grp.h"
+#include "grp_.h"
 
 struct group *getgrgid(const gid_t gid)
 {