summaryrefslogtreecommitdiff
path: root/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch
blob: 9ca77d23d13812e07b6d26ca95c77c11e96e9feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: from Gentoo distribution
Reason: Fix for gcc-4.4
Upstream: unknown

--- apache-log4cxx-0.10.0-orig/src/examples/cpp/console.cpp     2009-06-12 13:01:06.000000000 +0200
+++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp  2009-06-12 13:07:05.000000000 +0200
@@ -15,6 +15,7 @@
  * limitations under the License.
  */
 
+#include <cstdio>
 #include <cstdlib>
 #include <cstring>
 #include <log4cxx/logger.h>