[Asterisk-cvs] asterisk/channels chan_iax2.c,1.377,1.378

markster markster
Sat Nov 12 15:14:35 CST 2005


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

Modified Files:
	chan_iax2.c 
Log Message:
Fix build on FreeBSD 4.11


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.377
retrieving revision 1.378
diff -u -d -r1.377 -r1.378
--- chan_iax2.c	12 Nov 2005 00:53:47 -0000	1.377
+++ chan_iax2.c	12 Nov 2005 20:04:57 -0000	1.378
@@ -30,10 +30,10 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/mman.h>
-#include <arpa/inet.h>
 #include <dirent.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <sys/time.h>




More information about the svn-commits mailing list