summaryrefslogtreecommitdiff
path: root/devel/log4cxx/patches/patch-src_examples_cpp_console.cpp
blob: 33c75068eed35d87aa9a566804898e17d3def7ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src_examples_cpp_console.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $

--- src/examples/cpp/console.cpp.orig	2011-11-25 19:53:15.000000000 +0000
+++ src/examples/cpp/console.cpp
@@ -16,6 +16,7 @@
  */
 
 #include <stdlib.h>
+#include <cstring>
 #include <log4cxx/logger.h>
 #include <log4cxx/consoleappender.h>
 #include <log4cxx/simplelayout.h>