tag 455140 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (08/12/2007): > Package: noiz2sa > Version: 0.51a-7 > Usertags: ftbfs-gcc-4.3
Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois
--- a/src/bulletml/calc.yy +++ b/src/bulletml/calc.yy @@ -16,6 +16,8 @@ #include "formula.h" #include "formula-variables.h" +#include <cstring> + int yyerror(char* s); int yylex(); --- a/src/bulletml/tinyxml/tinyxml.cpp +++ b/src/bulletml/tinyxml/tinyxml.cpp @@ -23,6 +23,8 @@ #include "tinyxml.h" +#include <cstring> + TiXmlNode::TiXmlNode( NodeType _type ) { --- a/src/bulletml/tinyxml/tinyxmlparser.cpp +++ b/src/bulletml/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 &&
signature.asc
Description: Digital signature