gst-ptp-helper: #include <sys/socket.h> to fix net/if.h include on OSX 10.6
authorSebastian Dröge <sebastian@centricular.com>
Wed, 7 Oct 2015 10:25:52 +0000 (11:25 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 7 Oct 2015 18:03:15 +0000 (19:03 +0100)
commitc792de843a3f10c1a1766b9bbfa498350c530eae
tree38df17416f3742548eeb2a618fe0430c892f49fc
parent9dc3ca9b75118869ce8ba1f70065ab273343c015
gst-ptp-helper: #include <sys/socket.h> to fix net/if.h include on OSX 10.6

In file included from gst-ptp-helper.c:40:0:
   /usr/include/net/if.h:265:19: error: field 'ifru_addr' has incomplete type
      struct sockaddr ifru_addr;

https://bugzilla.gnome.org/show_bug.cgi?id=756136
libs/gst/helpers/gst-ptp-helper.c