From dae6aa28598cb2353291f18ca52e768c3259165a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 9 Mar 2006 22:39:08 +0000 Subject: Fixup to the previous (portability) patch. Linux actually does need arpa/inet.h rather than netinet/in.h, otherwise we get warnings. --- include/inet_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inet_common.h') diff --git a/include/inet_common.h b/include/inet_common.h index f330aa90f..aa883ed3e 100644 --- a/include/inet_common.h +++ b/include/inet_common.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include "platform.h" extern const char bb_INET_default[]; /* = "default" */ -- cgit v1.2.3