diff options
author | Tobias Breckle <tobias.breckle@stz-bt.de> | 2011-09-08 10:57:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-08 17:07:35 +0200 |
commit | d6ce7a9b7c34b166d5e7e69aa840f628add622b4 (patch) | |
tree | 95fd6dabd35cd09663933c4d93ea750dc3222104 /package/log4cxx/patches/patch-src_examples_cpp_console_cpp | |
parent | f4679aecd7a17d4f3b42282d415e73f0d3a96956 (diff) |
added log4cxx
Diffstat (limited to 'package/log4cxx/patches/patch-src_examples_cpp_console_cpp')
-rw-r--r-- | package/log4cxx/patches/patch-src_examples_cpp_console_cpp | 11 |
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> |