freebsd-ports/net/linphone-base/files/patch-mediastreamer2_src_ice.c
Felippe de Meirelles Motta df2fa65169 - Update to 3.2.0.
- Pass maintainership to submitter.

PR:		ports/138992
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe:	yes
2009-09-20 17:23:21 +00:00

12 lines
307 B
C

--- mediastreamer2/src/ice.c.orig 2007-10-18 22:05:10.000000000 +0200
+++ mediastreamer2/src/ice.c 2008-03-31 10:12:57.000000000 +0200
@@ -18,9 +18,7 @@
*/
#if !defined(WIN32) && !defined(_WIN32_WCE)
-#ifdef __APPLE__
#include <sys/types.h>
-#endif
#include <sys/socket.h>
#include <netdb.h>
#endif