[Asterisk-cvs] asterisk/channels chan_iax2.c,1.301,1.302

kpfleming at lists.digium.com kpfleming at lists.digium.com
Sun Jun 5 23:02:27 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv5101/channels

Modified Files:
	chan_iax2.c 
Log Message:
major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- chan_iax2.c	5 Jun 2005 20:05:55 -0000	1.301
+++ chan_iax2.c	6 Jun 2005 03:04:58 -0000	1.302
@@ -69,7 +69,7 @@
 #include "iax2.h"
 #include "iax2-parser.h"
 #include "iax2-provision.h"
-#include "astconf.h"
+#include "asterisk.h"
 
 /* Define NEWJB to use the new channel independent jitterbuffer,
  * otherwise, use the old jitterbuffer */




More information about the svn-commits mailing list