diff options
Diffstat (limited to 'networking/netstat.c')
-rw-r--r-- | networking/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
29 | #include <sys/stat.h> | 29 | #include <sys/stat.h> |
30 | #include <dirent.h> | 30 | #include <dirent.h> |
31 | #include <unistd.h> | 31 | #include <unistd.h> |
32 | #include <pwd.h> | ||
33 | #include "inet_common.h" | 32 | #include "inet_common.h" |
34 | #include "busybox.h" | 33 | #include "busybox.h" |
34 | #include "pwd.h" | ||
35 | 35 | ||
36 | #ifdef CONFIG_ROUTE | 36 | #ifdef CONFIG_ROUTE |
37 | extern void displayroutes(int noresolve, int netstatfmt); | 37 | extern void displayroutes(int noresolve, int netstatfmt); |