blob: 203890f0dc84b81159f43b9cb02cb9d438fc12e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-src_main_cpp_inputstreamreader.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
--- src/main/cpp/inputstreamreader.cpp.orig 2011-11-25 19:46:39.000000000 +0000
+++ src/main/cpp/inputstreamreader.cpp
@@ -20,6 +20,7 @@
#include <log4cxx/helpers/exception.h>
#include <log4cxx/helpers/pool.h>
#include <log4cxx/helpers/bytebuffer.h>
+#include <cstring>
using namespace log4cxx;
using namespace log4cxx::helpers;
|