1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-23 21:50:32 -04:00
ports/devel/log4cxx/files/patch-src_examples_cpp_console.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
358 B
C++

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