From 5f07779acab32ed921a3979ebaf7e45067c86e2a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 25 Jul 2005 08:09:51 +0000 Subject: [PATCH] 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... --- busybox/include/libbb.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1