[Asterisk-cvs] asterisk/channels chan_iax2.c,1.99,1.100
markster at lists.digium.com
markster at lists.digium.com
Fri Feb 27 11:46:08 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv14466/channels
Modified Files:
chan_iax2.c
Log Message:
Make iax2 compile on *BSD
Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- chan_iax2.c 25 Feb 2004 03:49:25 -0000 1.99
+++ chan_iax2.c 27 Feb 2004 16:35:32 -0000 1.100
@@ -52,6 +52,7 @@
#include <netdb.h>
#include <fcntl.h>
#include <sys/types.h>
+#include <sys/stat.h>
#ifdef IAX_TRUNKING
#include <sys/ioctl.h>
#include <linux/zaptel.h>
More information about the svn-commits
mailing list