diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-25 21:19:36 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-25 21:19:36 +0200 |
commit | 658b6705ce351ab80caab0842921157143af5b2a (patch) | |
tree | 47c94b0ec839a2220fb54f686128a09881922925 /gnome/exempi/gcc44.patch | |
parent | 0612cabb4d90a55a8cc3a52680b2889e8a38d174 (diff) | |
download | nutyx-pakxe-658b6705ce351ab80caab0842921157143af5b2a.tar.gz nutyx-pakxe-658b6705ce351ab80caab0842921157143af5b2a.tar.bz2 nutyx-pakxe-658b6705ce351ab80caab0842921157143af5b2a.tar.xz nutyx-pakxe-658b6705ce351ab80caab0842921157143af5b2a.zip |
Ajour de exempi#2.1.0-1
Diffstat (limited to 'gnome/exempi/gcc44.patch')
-rw-r--r-- | gnome/exempi/gcc44.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gnome/exempi/gcc44.patch b/gnome/exempi/gcc44.patch new file mode 100644 index 000000000..d0d100f50 --- /dev/null +++ b/gnome/exempi/gcc44.patch @@ -0,0 +1,35 @@ +diff --git a/exempi/tests/utils.cpp b/exempi/tests/utils.cpp +index 64be1ee..ee1c3a9 100644 +--- a/exempi/tests/utils.cpp ++++ b/exempi/tests/utils.cpp +@@ -34,6 +34,7 @@ + * OF THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#include <cstdio> + + #include <boost/test/unit_test.hpp> + +diff --git a/samples/source/XMPFilesCoverage.cpp b/samples/source/XMPFilesCoverage.cpp +index dc9ce41..007c12b 100644 +--- a/samples/source/XMPFilesCoverage.cpp ++++ b/samples/source/XMPFilesCoverage.cpp +@@ -17,6 +17,7 @@ + #include <errno.h> + #include <time.h> + #include <cstring> ++#include <cstdio> + + #define TXMP_STRING_TYPE std::string + #define XMP_INCLUDE_XMPFILES 1 +diff --git a/source/common/XML_Node.cpp b/source/common/XML_Node.cpp +index de3866f..75298a8 100644 +--- a/source/common/XML_Node.cpp ++++ b/source/common/XML_Node.cpp +@@ -11,6 +11,7 @@ + + #include <string.h> + #include <cstring> ++#include <cstdio> + #include <map> + |