mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
gcc 4.4 fixes
git-svn-id: svn+q:///qpdf/trunk@642 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
1f67d95e25
commit
07dc592182
@ -1,5 +1,8 @@
|
||||
2008-11-23 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Include stdio.h in a few files for proper compilation with (yet
|
||||
to be released) gcc 4.4
|
||||
|
||||
* updated embedded qtest to version 1.3
|
||||
|
||||
* libqpdf/QPDF_String.cc (QPDF_String::getUTF8Val): handle
|
||||
|
@ -2,6 +2,7 @@
|
||||
#include <qpdf/QPDF_Name.hh>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
QPDF_Name::QPDF_Name(std::string const& name) :
|
||||
name(name)
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <qpdf/BitWriter.hh>
|
||||
#include <qpdf/Pl_Buffer.hh>
|
||||
#include <iostream>
|
||||
#include <stdio.h>
|
||||
|
||||
// See comments in bits.cc
|
||||
#define BITS_TESTING 1
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <qpdf/Pl_MD5.hh>
|
||||
#include <qpdf/Pl_Discard.hh>
|
||||
#include <iostream>
|
||||
#include <stdio.h>
|
||||
|
||||
static void test_string(char const* str)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user