From: Rob Landley Date: Mon, 25 Jul 2005 08:09:51 +0000 (-0000) Subject: Shaun Jackman points out that we shouldn't depend on netdb.h to include X-Git-Tag: 1_01~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5f07779acab32ed921a3979ebaf7e45067c86e2a;p=oweals%2Fbusybox.git Shaun Jackman points out that we shouldn't depend on netdb.h to include netinet.h for us, although what strange compiler this is expected to cause problems with wasn't specified... --- diff --git a/busybox/include/libbb.h b/busybox/include/libbb.h index 467a15cb2..c1531eaf5 100644 --- a/busybox/include/libbb.h +++ b/busybox/include/libbb.h @@ -34,6 +34,7 @@ #include #include +#include #ifdef DMALLOC #include