Scrub pwd.h and grp.h handling so we don't have to play any
[oweals/busybox.git] / networking / netstat.c
index 67ecc0105facb355cc1a412ceb2a643336c6666f..dcbcee21d87310b5be4ac3ce585a407520ea13f8 100644 (file)
@@ -34,7 +34,7 @@
 #include <unistd.h>
 #include "inet_common.h"
 #include "busybox.h"
-#include "pwd.h"
+#include "pwd_.h"
 
 #ifdef CONFIG_ROUTE
 extern void displayroutes(int noresolve, int netstatfmt);