summaryrefslogtreecommitdiffstats
path: root/net/linphone-base/files/patch-mediastreamer2__src__ice.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/linphone-base/files/patch-mediastreamer2__src__ice.c')
-rw-r--r--net/linphone-base/files/patch-mediastreamer2__src__ice.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/linphone-base/files/patch-mediastreamer2__src__ice.c b/net/linphone-base/files/patch-mediastreamer2__src__ice.c
new file mode 100644
index 000000000..e0a9cea36
--- /dev/null
+++ b/net/linphone-base/files/patch-mediastreamer2__src__ice.c
@@ -0,0 +1,10 @@
+--- mediastreamer2/src/ice.c.orig Fri Jan 5 06:42:59 2007
++++ mediastreamer2/src/ice.c Sun Feb 25 03:37:44 2007
+@@ -18,6 +18,7 @@
+ */
+
+ #if !defined(WIN32) && !defined(_WIN32_WCE)
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netdb.h>
+ #endif