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  <[EMAIL PROTECTED]>
 
+       * 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"
 

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to