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:
parent
f9013440e0
commit
a50e12040e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue