tag 455182 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (29/01/2008):
> found 455182 0.9.9.3-1
> thanks
> 
> Unfortunately you didn't fix all issues.  Please test-compile with
> gcc-4.3 or gcc-snapshot before uploading.

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/src/connectionsocks5proxy.cpp
+++ b/src/connectionsocks5proxy.cpp
@@ -38,6 +38,8 @@
 # include <sstream>
 #endif
 
+#include <cstdlib>
+
 namespace gloox
 {
 
--- a/src/tests/tag/tag_perf.cpp
+++ b/src/tests/tag/tag_perf.cpp
@@ -9,6 +9,8 @@
 
 #include <sys/time.h>
 
+#include <cstdlib>
+
 static double divider = 1000000;
 static int num = 2500;
 static double t;
--- a/src/tests/zlib/zlib_perf.cpp
+++ b/src/tests/zlib/zlib_perf.cpp
@@ -11,6 +11,8 @@
 #include <string>
 #include <sys/time.h>
 
+#include <cstdlib>
+
 #ifdef HAVE_ZLIB
 
 class ZlibTest : public CompressionDataHandler
--- a/src/tlsgnutlsbase.cpp
+++ b/src/tlsgnutlsbase.cpp
@@ -18,6 +18,9 @@
 
 #include <errno.h>
 
+#include <cstdlib>
+#include <cstring>
+
 namespace gloox
 {
 

Attachment: signature.asc
Description: Digital signature

Reply via email to