logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

libbulletml-0.0.6-gcc43.patch (577B)


  1. --- a/calc.yy
  2. +++ b/calc.yy
  3. @@ -8,6 +8,7 @@
  4. #include <cmath>
  5. #include <cctype>
  6. +#include <cstring>
  7. #include <vector>
  8. #include <sstream>
  9. --- a/tinyxml/tinyxml.h
  10. +++ b/tinyxml/tinyxml.h
  11. @@ -28,6 +28,8 @@
  12. #include <string>
  13. #include <stdio.h>
  14. #include <assert.h>
  15. +#include <cstring>
  16. +#include <cstdlib>
  17. class TiXmlDocument;
  18. class TiXmlElement;
  19. --- a/tinyxml/tinyxmlparser.cpp
  20. +++ b/tinyxml/tinyxmlparser.cpp
  21. @@ -24,6 +24,7 @@
  22. #include "tinyxml.h"
  23. #include <ctype.h>
  24. +#include <cstring>
  25. const char* TiXmlBase::SkipWhiteSpace( const char* p )
  26. {