[Asterisk-cvs]
asterisk/res res_config_odbc.c, 1.32, 1.33 res_odbc.c, 1.23, 1.24
kpfleming
kpfleming
Tue Nov 8 14:56:55 CST 2005
- Previous message: [Asterisk-cvs] asterisk/apps app_curl.c, 1.17, 1.18 app_datetime.c,
1.9, 1.10 app_intercom.c, 1.28, 1.29 app_ivrdemo.c, 1.13,
1.14 app_osplookup.c, 1.16, 1.17 app_skel.c, 1.18, 1.19
- Next message: [Asterisk-cvs] asterisk ChangeLog,1.70,1.71
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv23748/res
Modified Files:
res_config_odbc.c res_odbc.c
Log Message:
issue #5650
Index: res_config_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_config_odbc.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- res_config_odbc.c 8 Nov 2005 01:55:31 -0000 1.32
+++ res_config_odbc.c 8 Nov 2005 19:47:56 -0000 1.33
@@ -25,6 +25,7 @@
* http://www.unixodbc.org
*/
+#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
Index: res_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_odbc.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- res_odbc.c 31 Oct 2005 21:31:25 -0000 1.23
+++ res_odbc.c 8 Nov 2005 19:47:56 -0000 1.24
@@ -28,6 +28,7 @@
*
*/
+#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
- Previous message: [Asterisk-cvs] asterisk/apps app_curl.c, 1.17, 1.18 app_datetime.c,
1.9, 1.10 app_intercom.c, 1.28, 1.29 app_ivrdemo.c, 1.13,
1.14 app_osplookup.c, 1.16, 1.17 app_skel.c, 1.18, 1.19
- Next message: [Asterisk-cvs] asterisk ChangeLog,1.70,1.71
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list