[BusyBox-cvs] svn commit: branches/busybox_1_00_stable/busybox/include

landley at busybox.net landley at busybox.net
Mon Jul 25 08:09:52 UTC 2005


Author: landley
Date: 2005-07-25 02:09:51 -0600 (Mon, 25 Jul 2005)
New Revision: 10911

Log:
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...



Modified:
   branches/busybox_1_00_stable/busybox/include/libbb.h


Changeset:
Modified: branches/busybox_1_00_stable/busybox/include/libbb.h
===================================================================
--- branches/busybox_1_00_stable/busybox/include/libbb.h	2005-07-25 03:50:55 UTC (rev 10910)
+++ branches/busybox_1_00_stable/busybox/include/libbb.h	2005-07-25 08:09:51 UTC (rev 10911)
@@ -34,6 +34,7 @@
 #include <stdint.h>
 
 #include <netdb.h>
+#include <netinet/in.h>
 
 #ifdef DMALLOC
 #include <dmalloc.h>




More information about the busybox-cvs mailing list