summaryrefslogtreecommitdiffstats
path: root/net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-interfaces.c
blob: f0e6bac3d5e23e5387e6390279b67cf44b7e9362 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- gst-libs/gst/farsight/fs-interfaces.c.orig  2010-05-22 03:04:56.000000000 -0400
+++ gst-libs/gst/farsight/fs-interfaces.c   2010-05-22 03:08:16.000000000 -0400
@@ -30,10 +30,7 @@
 
 #ifdef G_OS_UNIX
 
-#include <arpa/inet.h>
 #include <errno.h>
-#include <net/if.h>
-#include <net/if_arp.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -44,6 +41,10 @@
  #include <sys/socket.h>
  #include <ifaddrs.h>
 #endif
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <net/if.h>
+#include <net/if_arp.h>
 
 #include <gst/gst.h>