X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=networking%2Fnetstat.c;h=dcbcee21d87310b5be4ac3ce585a407520ea13f8;hb=887ca79f04cdf45874ed783c1fb9b950bf25a246;hp=67ecc0105facb355cc1a412ceb2a643336c6666f;hpb=51b8bd68bb22b1cc5d95e418813c2f08a194ec2b;p=oweals%2Fbusybox.git diff --git a/networking/netstat.c b/networking/netstat.c index 67ecc0105..dcbcee21d 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -34,7 +34,7 @@ #include #include "inet_common.h" #include "busybox.h" -#include "pwd.h" +#include "pwd_.h" #ifdef CONFIG_ROUTE extern void displayroutes(int noresolve, int netstatfmt);