[BusyBox] Include netinet/in.h in libbb.h [PATCH]

Shaun Jackman sjackman at gmail.com
Tue Aug 16 23:25:04 UTC 2005


2005/7/25, Rob Landley <rob at landley.net>:
> On Monday 25 July 2005 00:35, Shaun Jackman wrote:
> > Since libbb.h uses struct sockaddr_in, it must include netinet/in.h.
>
> But applied anyway...

Where was this patch applied? I don't see it.

$ svn up
At revision 11171.
$ grep -r netinet/in.h include
$

Cheers,
Shaun

--- include/libbb.h     (revision 11171)
+++ include/libbb.h     (working copy)
@@ -34,6 +34,7 @@
 #include <stdint.h>

 #include <netdb.h>
+#include <netinet/in.h>

  #ifdef DMALLOC
 #include <dmalloc.h>



More information about the busybox mailing list