From 29d11c4566ee342670ae32fbfff6dd7b1973f65e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 7 Oct 2015 11:25:52 +0100 Subject: [PATCH] gst-ptp-helper: #include 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gst/helpers/gst-ptp-helper.c b/libs/gst/helpers/gst-ptp-helper.c index 12a9097..ad5b4e9 100644 --- a/libs/gst/helpers/gst-ptp-helper.c +++ b/libs/gst/helpers/gst-ptp-helper.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include -- 2.7.4