more C standard compat fixes from Dan Fandrich
[platform/upstream/busybox.git] / libbb / xconnect.c
index 85f93b6..a184669 100644 (file)
@@ -7,6 +7,7 @@
  * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
+#include <sys/socket.h> /* netinet/in.h needs it */
 #include <netinet/in.h>
 #include <net/if.h>
 #include <sys/un.h>