$OpenBSD: patch-gst_udp_gstmultiudpsink_c,v 1.2 2012/02/21 08:46:08 ajacoutot Exp $
--- gst/udp/gstmultiudpsink.c.orig	Thu Feb 16 00:48:07 2012
+++ gst/udp/gstmultiudpsink.c	Tue Feb 21 09:16:15 2012
@@ -43,6 +43,11 @@
 
 #include "gst/glib-compat-private.h"
 
+// iovec
+#ifdef __OpenBSD__
+#include <sys/uio.h>
+#endif
+
 GST_DEBUG_CATEGORY_STATIC (multiudpsink_debug);
 #define GST_CAT_DEFAULT (multiudpsink_debug)
 
