[Asterisk-cvs] asterisk/channels chan_iax2.c,1.91.2.5,1.91.2.6
markster at lists.digium.com
markster at lists.digium.com
Fri Feb 27 11:47:02 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv14484/channels
Modified Files:
Tag: v1-0_stable
chan_iax2.c
Log Message:
Make IAX2 compile on *BSD (bug #1121)
Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.91.2.5
retrieving revision 1.91.2.6
diff -u -d -r1.91.2.5 -r1.91.2.6
--- chan_iax2.c 18 Feb 2004 16:05:23 -0000 1.91.2.5
+++ chan_iax2.c 27 Feb 2004 16:36:26 -0000 1.91.2.6
@@ -49,6 +49,7 @@
#include <unistd.h>
#include <netdb.h>
#include <fcntl.h>
+#include <sys/stat.h>
#ifdef IAX_TRUNKING
#include <sys/ioctl.h>
#include <linux/zaptel.h>
More information about the svn-commits
mailing list