[Asterisk-cvs] asterisk asterisk.c, 1.150, 1.151 translate.c, 1.35, 1.36

kpfleming at lists.digium.com kpfleming at lists.digium.com
Fri Apr 29 12:35:28 CDT 2005


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

Modified Files:
	asterisk.c translate.c 
Log Message:
fix *BSD breakage from include-order changes (bug #4067)


Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- asterisk.c	22 Apr 2005 13:11:34 -0000	1.150
+++ asterisk.c	29 Apr 2005 17:24:58 -0000	1.151
@@ -13,7 +13,7 @@
 
 #include <unistd.h>
 #include <stdlib.h>
-#include <sys/resource.h>
+#include <sys/time.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <signal.h>

Index: translate.c
===================================================================
RCS file: /usr/cvsroot/asterisk/translate.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- translate.c	22 Apr 2005 13:11:34 -0000	1.35
+++ translate.c	29 Apr 2005 17:24:58 -0000	1.36
@@ -11,6 +11,7 @@
  * the GNU General Public License
  */
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <unistd.h>




More information about the svn-commits mailing list