]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
skypiax: #ifdeffed out netinet/tcp.h from skypiax.h for windows, it get its own autom...
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Sun, 28 Feb 2010 20:08:45 +0000 (20:08 +0000)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Sun, 28 Feb 2010 20:08:45 +0000 (20:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16847 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_skypiax/skypiax.h

index fd78c4176e5f403d1b3840251dbfa1e7737beab8..1212993f693e141d1c037c95e428486c1d8809b4 100644 (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