[Asterisk-cvs] asterisk acl.c,1.42,1.43

kpfleming at lists.digium.com kpfleming at lists.digium.com
Wed May 4 00:28:23 CDT 2005


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

Modified Files:
	acl.c 
Log Message:
fix build on FreeBSD (bug #4125)


Index: acl.c
===================================================================
RCS file: /usr/cvsroot/asterisk/acl.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- acl.c	29 Apr 2005 17:00:33 -0000	1.42
+++ acl.c	4 May 2005 04:35:27 -0000	1.43
@@ -18,6 +18,7 @@
 #include <signal.h>
 #include <errno.h>
 #include <unistd.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <sys/socket.h>
 #include <netdb.h>




More information about the svn-commits mailing list