ports/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp
John Marino c7ca1625c4 devel/log4cxx: Add DragonFly support
Bring in fix from dports (port is not maintained)
Fix originally came from pkgsrc.
2015-03-26 13:44:44 +00:00

12 lines
425 B
C++

$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;