• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/log4cxx/0003-missing-includes.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
commit ce62c00ea5f9bf2f0740ecde5b245c9b7edc80ff
2
Author: Curtis William Arnold <carnold@apache.org>
3
Date:   Mon Apr 27 03:53:50 2009 +0000
4
​
5
    LOGCXX-332: fails to build with gcc 4.4
6
    
7
    git-svn-id: https://svn.apache.org/repos/asf/logging/log4cxx/trunk@768863 13f79535-47bb-0310-9956-ffa450edef68
8
​
9
diff --git a/src/examples/cpp/console.cpp b/src/examples/cpp/console.cpp
10
index a673a10..f44c944 100755
11
--- a/src/examples/cpp/console.cpp
12
+++ b/src/examples/cpp/console.cpp
13
@@ -23,6 +23,8 @@
14
 #include <iostream>
15
 #include <locale.h>
16
 #include <cstring>
17
+#include <cstdio>
18
+#include <stdint.h>
19
 
20
 using namespace log4cxx;
21
 using namespace log4cxx::helpers;
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.