$OpenBSD: patch-gst_tcp_gstmultihandlesink_c,v 1.2 2012/10/25 14:00:27 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	Tue Oct 23 00:06:40 2012
+++ gst/tcp/gstmultihandlesink.c	Thu Oct 25 14:48:59 2012
@@ -114,6 +114,7 @@
 #endif
 
 #ifndef G_OS_WIN32
+#include <sys/socket.h>
 #include <netinet/in.h>
 #endif
 
