diff options
author | Denys Vlasenko | 2010-02-02 12:45:38 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-02-02 12:45:38 +0100 |
commit | bb1dcc9aab5f517d963b601289aa75508d6e088e (patch) | |
tree | 682957f7a02ac69cbe9c1adb5f22092bfd379de2 /networking/ifconfig.c | |
parent | 5b9b1365a086056e992e7868db8e49989fedcbaf (diff) | |
download | busybox-bb1dcc9aab5f517d963b601289aa75508d6e088e.zip busybox-bb1dcc9aab5f517d963b601289aa75508d6e088e.tar.gz |
more thorough fix for systems with strange socklen_t
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r-- | networking/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 1e960d4..1a56c1c 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c @@ -36,8 +36,8 @@ #include <sys/types.h> #include <netinet/if_ether.h> #endif -#include "inet_common.h" #include "libbb.h" +#include "inet_common.h" #if ENABLE_FEATURE_IFCONFIG_SLIP # include <net/if_slip.h> |