[Asterisk-cvs] asterisk/channels chan_iax2.c,1.98,1.99
citats at lists.digium.com
citats at lists.digium.com
Tue Feb 24 23:00:44 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv30508/channels
Modified Files:
chan_iax2.c
Log Message:
Add missing include to chan_iax2.c
Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- chan_iax2.c 24 Feb 2004 21:27:16 -0000 1.98
+++ chan_iax2.c 25 Feb 2004 03:49:25 -0000 1.99
@@ -51,6 +51,7 @@
#include <unistd.h>
#include <netdb.h>
#include <fcntl.h>
+#include <sys/types.h>
#ifdef IAX_TRUNKING
#include <sys/ioctl.h>
#include <linux/zaptel.h>
More information about the svn-commits
mailing list