From ea1a63a2011a44b143cc46c7d80a8152f5358e24 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 4 Jun 2002 20:10:23 +0000 Subject: Fix for broken handling off BusyBox's own pwd/grp implementations [Parts of this patch may overlap with my other two patches] --- networking/netstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/netstat.c') diff --git a/networking/netstat.c b/networking/netstat.c index b083b0dd4..6e7cc5e7b 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -29,9 +29,9 @@ #include #include #include -#include #include "inet_common.h" #include "busybox.h" +#include "pwd.h" #ifdef CONFIG_ROUTE extern void displayroutes(int noresolve, int netstatfmt); -- cgit v1.2.3