commit | bb1dcc9aab5f517d963b601289aa75508d6e088e | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 02 12:45:38 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 02 12:45:38 2010 +0100 |
tree | 682957f7a02ac69cbe9c1adb5f22092bfd379de2 | |
parent | 5b9b1365a086056e992e7868db8e49989fedcbaf [diff] [blame] |
more thorough fix for systems with strange socklen_t Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/interface.c b/networking/interface.c index b64d24a..0d5a0f9 100644 --- a/networking/interface.c +++ b/networking/interface.c
@@ -33,8 +33,8 @@ #include <net/if.h> #include <net/if_arp.h> -#include "inet_common.h" #include "libbb.h" +#include "inet_common.h" #if ENABLE_FEATURE_HWIB