Add possible fix for ozmod_isdn (+ pcap) compile error on solaris.

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@946 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Stefan Knoblich 2010-01-05 23:54:53 +00:00
parent 698667a0fb
commit 85938b212e
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@
#ifdef HAVE_LIBPCAP
/*-------------------------------------------------------------------------*/
/*Q931ToPcap functions*/
#ifndef WIN32
#include <sys/socket.h>
#endif
#include <pcap.h>
#endif