Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 3968886f74b1c853c90d8cf97848f689 > files > 1

greensql-fw-1.1.0-1mdv2010.0.src.rpm

diff -Naurp greensql-fw-1.0.0/src/alert.cpp greensql-fw-1.0.0.oden/src/alert.cpp
--- greensql-fw-1.0.0/src/alert.cpp	2009-04-05 11:09:21.000000000 -0400
+++ greensql-fw-1.0.0.oden/src/alert.cpp	2009-10-04 14:12:20.000000000 -0400
@@ -5,6 +5,7 @@
 // License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
 //
 
+#include <cstdio>
 #include "config.hpp"
 #include "log.hpp"
 #include "alert.hpp"
diff -Naurp greensql-fw-1.0.0/src/dbpermobj.cpp greensql-fw-1.0.0.oden/src/dbpermobj.cpp
--- greensql-fw-1.0.0/src/dbpermobj.cpp	2009-04-05 11:09:21.000000000 -0400
+++ greensql-fw-1.0.0.oden/src/dbpermobj.cpp	2009-10-04 14:12:02.000000000 -0400
@@ -5,6 +5,7 @@
 // License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
 //
 
+#include <cstdio>
 #include "config.hpp"
 #include "dbpermobj.hpp"
 #include "misc.hpp"
diff -Naurp greensql-fw-1.0.0/src/greensql.cpp greensql-fw-1.0.0.oden/src/greensql.cpp
--- greensql-fw-1.0.0/src/greensql.cpp	2009-04-05 11:09:21.000000000 -0400
+++ greensql-fw-1.0.0.oden/src/greensql.cpp	2009-10-04 14:09:50.000000000 -0400
@@ -18,6 +18,7 @@
 #include <winsock2.h>
 #include <ws2tcpip.h>
 #else
+#include <cstdio>
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <fcntl.h>
diff -Naurp greensql-fw-1.0.0/src/proxymap.cpp greensql-fw-1.0.0.oden/src/proxymap.cpp
--- greensql-fw-1.0.0/src/proxymap.cpp	2009-04-05 11:09:21.000000000 -0400
+++ greensql-fw-1.0.0.oden/src/proxymap.cpp	2009-10-04 14:11:37.000000000 -0400
@@ -5,6 +5,7 @@
 // License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
 //
 
+#include <cstdio>
 #include "greensql.hpp"
 #include "proxymap.hpp"
 #include "mysql/mysql_con.hpp"