summaryrefslogtreecommitdiff
path: root/package/log4cxx/patches/patch-src_examples_cpp_console_cpp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-11 06:29:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-11 06:29:33 +0200
commit163fd5af58a9af4188c22a4ac2ee8c1d1a691ddb (patch)
treee70b63bf6c199235e1cea95fdb45fd74731bc8e3 /package/log4cxx/patches/patch-src_examples_cpp_console_cpp
parent382f939c41eb060a487f85e87c1a1681536fe109 (diff)
parentf139a9abc43cce01741da6193ba6aa8e60411430 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/log4cxx/patches/patch-src_examples_cpp_console_cpp')
-rw-r--r--package/log4cxx/patches/patch-src_examples_cpp_console_cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/log4cxx/patches/patch-src_examples_cpp_console_cpp b/package/log4cxx/patches/patch-src_examples_cpp_console_cpp
new file mode 100644
index 000000000..da948e211
--- /dev/null
+++ b/package/log4cxx/patches/patch-src_examples_cpp_console_cpp
@@ -0,0 +1,11 @@
+--- apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp 2008-04-01 00:34:52.000000000 +0200
++++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2011-09-08 09:33:04.799508250 +0200
+@@ -16,6 +16,8 @@
+ */
+
+ #include <stdlib.h>
++#include <stdio.h>
++#include <string.h>
+ #include <log4cxx/logger.h>
+ #include <log4cxx/consoleappender.h>
+ #include <log4cxx/simplelayout.h>