tag 455156 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (08/12/2007):
> Package: criticalmass
> Version: 1:1.0.0-1.1
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/tinyxml/tinyxml.cpp
+++ b/tinyxml/tinyxml.cpp
@@ -23,6 +23,8 @@
 
 #include "tinyxml.h"
 
+#include <cstring>
+
 
 TiXmlNode::TiXmlNode( NodeType _type )
 {
--- a/tinyxml/tinyxmlparser.cpp
+++ b/tinyxml/tinyxmlparser.cpp
@@ -25,6 +25,8 @@
 #include "tinyxml.h"
 #include <ctype.h>
 
+#include <cstring>
+
 const char* TiXmlBase::SkipWhiteSpace( const char* p )
 {
 	while ( p && *p && 
--- a/utils/ResourceManager.cpp
+++ b/utils/ResourceManager.cpp
@@ -22,6 +22,8 @@
 #include <Endian.hpp>
 #include <WalkDirectory.hpp>
 
+#include <cstring>
+
 #ifdef WIN32
 const char PATH_SEPERATOR = '\\';
 #else

Attachment: signature.asc
Description: Digital signature

Reply via email to