From a50e12040e8a701bf7eaf7890b1bc47cf83c0ecf Mon Sep 17 00:00:00 2001 From: Giovanni Maruzzelli Date: Sun, 28 Feb 2010 20:08:45 +0000 Subject: [PATCH] skypiax: #ifdeffed out netinet/tcp.h from skypiax.h for windows, it get its own automatically git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16847 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_skypiax/skypiax.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mod/endpoints/mod_skypiax/skypiax.h b/src/mod/endpoints/mod_skypiax/skypiax.h index fd78c4176e..1212993f69 100644 --- a/src/mod/endpoints/mod_skypiax/skypiax.h +++ b/src/mod/endpoints/mod_skypiax/skypiax.h @@ -47,7 +47,9 @@ #include #include +#ifndef WIN32 #include +#endif #ifdef _MSC_VER //Windows macro for FD_SET includes a warning C4127: conditional expression is constant