$OpenBSD: patch-gst-libs_gst_farsight_fs-interfaces_c,v 1.3 2011/09/16 19:52:58 jasper Exp $
--- gst-libs/gst/farsight/fs-interfaces.c.orig	Wed Sep  7 22:20:18 2011
+++ gst-libs/gst/farsight/fs-interfaces.c	Fri Sep 16 16:47:49 2011
@@ -44,6 +44,10 @@ GST_DEBUG_CATEGORY_EXTERN (fs_base_conference_debug);
 
 #ifdef G_OS_UNIX
 
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
 #include <arpa/inet.h>
 #include <errno.h>
 #include <net/if.h>
@@ -52,10 +56,8 @@ GST_DEBUG_CATEGORY_EXTERN (fs_base_conference_debug);
 #include <stdlib.h>
 #include <string.h>
 #include <sys/ioctl.h>
-#include <sys/types.h>
 #include <unistd.h>
 #ifdef HAVE_GETIFADDRS
- #include <sys/socket.h>
  #include <ifaddrs.h>
 #endif
 
