From: Giovanni Maruzzelli Date: Sun, 28 Feb 2010 20:08:45 +0000 (+0000) Subject: skypiax: #ifdeffed out netinet/tcp.h from skypiax.h for windows, it get its own autom... X-Git-Tag: v1.0.6~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a50e12040e8a701bf7eaf7890b1bc47cf83c0ecf;p=thirdparty%2Ffreeswitch.git 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 --- 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