From: Bernhard Reutner-Fischer Date: Tue, 11 Apr 2006 18:15:17 +0000 (-0000) Subject: - include netinet/in.h for struct sockaddr_in. X-Git-Tag: 1_2_0~545 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a23a6d7819d2bc98d4e9d04d633928965c4e670a;p=oweals%2Fbusybox.git - include netinet/in.h for struct sockaddr_in. Closes bug #735 --- diff --git a/include/libbb.h b/include/libbb.h index acda7f615..759df8d26 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -19,6 +19,7 @@ #include #include +#include #include #include