diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-11-27 09:31:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-11-27 09:31:14 +0100 |
commit | bff8dc55eea5e8e8e99126399ae03e1563053750 (patch) | |
tree | 4e6d1f95e2bb2bf3739832413d84a9f4f2474c14 /pdflib-lite-7.0.4-gcc43.patch |
import pdflib-lite
Diffstat (limited to 'pdflib-lite-7.0.4-gcc43.patch')
-rw-r--r-- | pdflib-lite-7.0.4-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pdflib-lite-7.0.4-gcc43.patch b/pdflib-lite-7.0.4-gcc43.patch new file mode 100644 index 0000000..cb1374d --- /dev/null +++ b/pdflib-lite-7.0.4-gcc43.patch @@ -0,0 +1,11 @@ +--- bind/pdflib/cpp/pdflib.hpp.gcc43 2009-03-18 15:10:11.000000000 +0100 ++++ bind/pdflib/cpp/pdflib.hpp 2009-03-19 20:12:45.000000000 +0100 +@@ -22,6 +22,8 @@ + #define PDFLIB_HPP + + #include <string> ++#include <cstring> ++#include <cstdlib> + #include "pdflib.h" + + #if defined(_MSC_VER) && defined(_MANAGED) |