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
This commit is contained in:
Giovanni Maruzzelli 2010-02-28 20:08:45 +00:00
parent f9013440e0
commit a50e12040e
1 changed files with 2 additions and 0 deletions

View File

@ -47,7 +47,9 @@
#include <spandsp.h>
#include <spandsp/version.h>
#ifndef WIN32
#include <netinet/tcp.h>
#endif
#ifdef _MSC_VER
//Windows macro for FD_SET includes a warning C4127: conditional expression is constant