summaryrefslogtreecommitdiff
path: root/package/log4cxx/patches/patch-src_main_cpp_socketoutputstream_cpp
blob: bc19643b26c84b9a44954f3a50feced122e3170e (plain)
1
2
3
4
5
6
7
8
9
10
--- apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp	2008-04-01 00:34:09.000000000 +0200
+++ apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp	2011-09-08 09:33:04.799508250 +0200
@@ -19,6 +19,7 @@
 #include <log4cxx/helpers/socketoutputstream.h>
 #include <log4cxx/helpers/socket.h>
 #include <log4cxx/helpers/bytebuffer.h>
+#include <string.h>
 
 using namespace log4cxx;
 using namespace log4cxx::helpers;