Shaun Jackman points out that we shouldn't depend on netdb.h to include
authorRob Landley <rob@landley.net>
Mon, 25 Jul 2005 08:09:51 +0000 (08:09 -0000)
committerRob Landley <rob@landley.net>
Mon, 25 Jul 2005 08:09:51 +0000 (08:09 -0000)
netinet.h for us, although what strange compiler this is expected to
cause problems with wasn't specified...

busybox/include/libbb.h

index 467a15cb2c2c3c883c0c987eeba75a992816383e..c1531eaf5619e5433d82c220d0dfa1d43013471d 100644 (file)
@@ -34,6 +34,7 @@
 #include <stdint.h>
 
 #include <netdb.h>
+#include <netinet/in.h>
 
 #ifdef DMALLOC
 #include <dmalloc.h>