]> git.pld-linux.org Git - packages/gmp.git/commitdiff
- fix for gcc43 from Fedora
authorSzymon Siwek <sls@pld-linux.org>
Wed, 2 Jul 2008 20:09:34 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gmp-cstdio.patch -> 1.1

gmp-cstdio.patch [new file with mode: 0644]

diff --git a/gmp-cstdio.patch b/gmp-cstdio.patch
new file mode 100644 (file)
index 0000000..b93e816
--- /dev/null
@@ -0,0 +1,11 @@
+diff -up gmp-4.2.2/gmp-h.in.pom gmp-4.2.2/gmp-h.in
+--- gmp-4.2.2/gmp-h.in.pom     2007-09-03 18:05:40.000000000 +0200
++++ gmp-4.2.2/gmp-h.in 2008-02-13 09:53:48.000000000 +0100
+@@ -22,6 +22,7 @@ along with the GNU MP Library.  If not, 
+ #if defined (__cplusplus)
+ #include <iosfwd>   /* for std::istream, std::ostream, std::string */
++#include <cstdio>
+ #endif
This page took 0.09393 seconds and 4 git commands to generate.