mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
12 lines
413 B
C++
12 lines
413 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 2008-03-31 22:34:09 UTC
|
|
+++ 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;
|