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/libbb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index 0490ee3..bc3fa59 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -20,7 +20,6 @@ #include #include -#include #include -- cgit v1.1