summaryrefslogtreecommitdiff
blob: d30abd68d58dfe35f0072666c26dc510d86a356c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
http://bugs.gentoo.org/228915

pull in cstdio to fix building with gcc-4.3.1

--- gmp-4.2.2/gmp-h.in
+++ gmp-4.2.2/gmp-h.in
@@ -517,6 +517,7 @@
 #if defined (__cplusplus)
 extern "C" {
 #ifdef _GMP_H_HAVE_FILE
+#include <cstdio>
 using std::FILE;
 #endif
 #endif