patch-src_main_cpp_inputstreamreader_cpp 417 B

12345678910
  1. --- apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp 2008-04-01 00:34:09.000000000 +0200
  2. +++ apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp 2011-09-08 09:33:04.799508250 +0200
  3. @@ -20,6 +20,7 @@
  4. #include <log4cxx/helpers/exception.h>
  5. #include <log4cxx/helpers/pool.h>
  6. #include <log4cxx/helpers/bytebuffer.h>
  7. +#include <string.h>
  8. using namespace log4cxx;
  9. using namespace log4cxx::helpers;