[Asterisk-cvs] asterisk utils.c,1.24,1.25

markster at lists.digium.com markster at lists.digium.com
Sat Jan 8 12:50:04 CST 2005


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

Modified Files:
	utils.c 
Log Message:
Include missing file (bug #3277)


Index: utils.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- utils.c	3 Jan 2005 00:51:56 -0000	1.24
+++ utils.c	8 Jan 2005 18:54:30 -0000	1.25
@@ -17,6 +17,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <errno.h>
+#include <stdio.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>




More information about the svn-commits mailing list