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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/ifconfig.c') diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 1e960d45c..1a56c1cd5 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 -- cgit v1.2.3-55-g6feb