svn commit: trunk/busybox/include
aldot at busybox.net
aldot at busybox.net
Tue Apr 11 18:15:18 UTC 2006
Author: aldot
Date: 2006-04-11 11:15:17 -0700 (Tue, 11 Apr 2006)
New Revision: 14822
Log:
- include netinet/in.h for struct sockaddr_in.
Closes bug #735
Modified:
trunk/busybox/include/libbb.h
Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h 2006-04-11 17:29:42 UTC (rev 14821)
+++ trunk/busybox/include/libbb.h 2006-04-11 18:15:17 UTC (rev 14822)
@@ -19,6 +19,7 @@
#include <termios.h>
#include <stdint.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <features.h>
More information about the busybox-cvs
mailing list