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