$OpenBSD: patch-gst_tcp_gstmultihandlesink_c,v 1.3 2013/09/24 18:29:17 ajacoutot Exp $

gstmultihandlesink.c:542: error: field 'sa' has incomplete type
gstmultihandlesink.c:544: error: field 'sa_stor' has incomplete type

--- gst/tcp/gstmultihandlesink.c.orig	Sun Jul 28 13:22:17 2013
+++ gst/tcp/gstmultihandlesink.c	Tue Sep 24 16:05:14 2013
@@ -113,6 +113,7 @@
 #endif
 
 #ifndef G_OS_WIN32
+#include <sys/socket.h>
 #include <netinet/in.h>
 #endif
 
