From bb1dcc9aab5f517d963b601289aa75508d6e088e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 2 Feb 2010 12:45:38 +0100 Subject: more thorough fix for systems with strange socklen_t Signed-off-by: Denys Vlasenko --- networking/ifconfig.c | 2 +- networking/interface.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'networking') 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 #include #endif -#include "inet_common.h" #include "libbb.h" +#include "inet_common.h" #if ENABLE_FEATURE_IFCONFIG_SLIP # include 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 #include -#include "inet_common.h" #include "libbb.h" +#include "inet_common.h" #if ENABLE_FEATURE_HWIB -- cgit v1.1