Commit 07dc592182cb5e8a9e10bd4bcb000112a28bc24c
1 parent
1f67d95e
gcc 4.4 fixes
git-svn-id: svn+q:///qpdf/trunk@642 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
4 changed files
with
6 additions
and
0 deletions
ChangeLog
| 1 | 2008-11-23 Jay Berkenbilt <ejb@ql.org> | 1 | 2008-11-23 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | + * Include stdio.h in a few files for proper compilation with (yet | ||
| 4 | + to be released) gcc 4.4 | ||
| 5 | + | ||
| 3 | * updated embedded qtest to version 1.3 | 6 | * updated embedded qtest to version 1.3 |
| 4 | 7 | ||
| 5 | * libqpdf/QPDF_String.cc (QPDF_String::getUTF8Val): handle | 8 | * libqpdf/QPDF_String.cc (QPDF_String::getUTF8Val): handle |
libqpdf/QPDF_Name.cc
libtests/bits.cc
| @@ -3,6 +3,7 @@ | @@ -3,6 +3,7 @@ | ||
| 3 | #include <qpdf/BitWriter.hh> | 3 | #include <qpdf/BitWriter.hh> |
| 4 | #include <qpdf/Pl_Buffer.hh> | 4 | #include <qpdf/Pl_Buffer.hh> |
| 5 | #include <iostream> | 5 | #include <iostream> |
| 6 | +#include <stdio.h> | ||
| 6 | 7 | ||
| 7 | // See comments in bits.cc | 8 | // See comments in bits.cc |
| 8 | #define BITS_TESTING 1 | 9 | #define BITS_TESTING 1 |
libtests/md5.cc
| @@ -3,6 +3,7 @@ | @@ -3,6 +3,7 @@ | ||
| 3 | #include <qpdf/Pl_MD5.hh> | 3 | #include <qpdf/Pl_MD5.hh> |
| 4 | #include <qpdf/Pl_Discard.hh> | 4 | #include <qpdf/Pl_Discard.hh> |
| 5 | #include <iostream> | 5 | #include <iostream> |
| 6 | +#include <stdio.h> | ||
| 6 | 7 | ||
| 7 | static void test_string(char const* str) | 8 | static void test_string(char const* str) |
| 8 | { | 9 | { |