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 10:30:14 +0000 (11:30 +0100)
commit29d11c4566ee342670ae32fbfff6dd7b1973f65e
tree442b7842ae26e9fe57a6955298ed80031fbe2d9f
parentd626c5b996a72dca3fa54071496cf037b4b03c66
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