Scrub pwd.h and grp.h handling so we don't have to play any
[oweals/busybox.git] / libpwdgrp / fgetpwent.c
index 6537600ff485158de85a2187019cdd492912425f..54c3b3adc9690745a6e09f91b57f91c4943b422b 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <errno.h>
 #include <stdio.h>
-#include "pwd.h"
+#include "pwd_.h"
 
 struct passwd *fgetpwent(FILE * file)
 {