]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add possible fix for ozmod_isdn (+ pcap) compile error on solaris.
authorStefan Knoblich <stkn@freeswitch.org>
Tue, 5 Jan 2010 23:54:53 +0000 (23:54 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Tue, 5 Jan 2010 23:54:53 +0000 (23:54 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@946 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/ozmod/ozmod_isdn/ozmod_isdn.c

index 08f5662f9d03a0ebfff9ced7a0429161a1cf3e92..68e727ee3dea855f3740299445ec5ba00e55f3e0 100644 (file)
@@ -53,6 +53,9 @@
 #ifdef HAVE_LIBPCAP
 /*-------------------------------------------------------------------------*/
 /*Q931ToPcap functions*/
+#ifndef WIN32
+#include <sys/socket.h>
+#endif
 #include <pcap.h>
 #endif