[Asterisk-cvs] asterisk ChangeLog, 1.10, 1.11 devicestate.c, 1.11, 1.12

kpfleming kpfleming
Tue Nov 1 17:19:58 CST 2005


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

Modified Files:
	ChangeLog devicestate.c 
Log Message:
issue #5558


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ChangeLog	1 Nov 2005 22:04:14 -0000	1.10
+++ ChangeLog	1 Nov 2005 22:11:55 -0000	1.11
@@ -1,5 +1,8 @@
 2005-11-01  Kevin P. Fleming  <kpfleming at digium.com>
 
+	* stdtime/localtime.c: fix build failure on uClibc systems (issue #5558)
+	* devicestate.c: same
+
 	* many files: make chan_misdn actually build (issue #5566)
 
 	* many files: more Cygwin build system support (issue #4678)

Index: devicestate.c
===================================================================
RCS file: /usr/cvsroot/asterisk/devicestate.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- devicestate.c	28 Oct 2005 16:35:43 -0000	1.11
+++ devicestate.c	1 Nov 2005 22:11:55 -0000	1.12
@@ -26,6 +26,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdio.h>
 
 #include "asterisk.h"
 




More information about the svn-commits mailing list