2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-12-04 08:02:31 +00:00
rules_foreign_cc/examples/third_party/log4cxx/socketoutputstream.cpp.patch

10 lines
379 B
Diff
Raw Normal View History

--- src/main/cpp/socketoutputstream.cpp 2008-03-31 23:34:09.000000000 +0100
+++ src/main/cpp/socketoutputstream.cpp 2008-03-31 23:34:09.000000000 +0100
@@ -19,6 +19,7 @@
#include <log4cxx/helpers/socketoutputstream.h>
#include <log4cxx/helpers/socket.h>
#include <log4cxx/helpers/bytebuffer.h>
+#include <cstring>
using namespace log4cxx;
using namespace log4cxx::helpers;