Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > c59e5776c0680eda5c84b943b15cd74e > files > 1

greensql-fw-0.8.4-2mdv2009.0.src.rpm

diff -Naurp greensql-fw-0.8.4/src/alert.cpp greensql-fw-0.8.4.oden/src/alert.cpp
--- greensql-fw-0.8.4/src/alert.cpp	2007-08-13 01:10:35.000000000 +0200
+++ greensql-fw-0.8.4.oden/src/alert.cpp	2008-05-31 14:34:16.000000000 +0200
@@ -8,6 +8,7 @@
 
 #include "config.hpp"
 #include "mysql/mysql_con.hpp"
+#include <cstring>
 
 static unsigned int agroup_get(int p_id, std::string & dbn, std::string & p);
 static unsigned int agroup_add(int p_id, std::string & dbn, std::string & p);
diff -Naurp greensql-fw-0.8.4/src/greensql.cpp greensql-fw-0.8.4.oden/src/greensql.cpp
--- greensql-fw-0.8.4/src/greensql.cpp	2007-08-13 01:10:35.000000000 +0200
+++ greensql-fw-0.8.4.oden/src/greensql.cpp	2008-05-31 14:32:08.000000000 +0200
@@ -14,6 +14,7 @@
 #include "proxymap.hpp"
 #include <vector>
 #include <iostream>
+#include <cstring>
 
 
 #ifdef WIN32
diff -Naurp greensql-fw-0.8.4/src/main.cpp greensql-fw-0.8.4.oden/src/main.cpp
--- greensql-fw-0.8.4/src/main.cpp	2007-08-13 01:10:35.000000000 +0200
+++ greensql-fw-0.8.4.oden/src/main.cpp	2008-05-31 14:31:10.000000000 +0200
@@ -9,6 +9,7 @@
 
 #include <stdio.h>
 #include <time.h>
+#include <cstring>
 
 #ifdef WIN32
 #include <winsock2.h>
diff -Naurp greensql-fw-0.8.4/src/mysql/mysql_con.cpp greensql-fw-0.8.4.oden/src/mysql/mysql_con.cpp
--- greensql-fw-0.8.4/src/mysql/mysql_con.cpp	2007-08-13 01:10:35.000000000 +0200
+++ greensql-fw-0.8.4.oden/src/mysql/mysql_con.cpp	2008-05-31 14:35:02.000000000 +0200
@@ -5,6 +5,7 @@
 // License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
 //
 
+#include <cstring>
 #include "mysql_con.hpp"
 
 #include "../normalization.hpp"
diff -Naurp greensql-fw-0.8.4/src/parser/expression.hpp greensql-fw-0.8.4.oden/src/parser/expression.hpp
--- greensql-fw-0.8.4/src/parser/expression.hpp	2007-08-13 01:10:35.000000000 +0200
+++ greensql-fw-0.8.4.oden/src/parser/expression.hpp	2008-05-31 14:33:07.000000000 +0200
@@ -15,6 +15,7 @@
 #include <iostream>   //cout
 #include <iterator>   //ostream_iterator
 #include <list>
+#include <cstring>
 
 #ifdef WIN32
 #define strcasecmp _stricmp