Adapt for mainline changes in https://github.com/HelenOS/helenos/pull/15,
[harbours.git] / libgmp / gmp-h.patch
blob19f90b627fe04e5a37ce6460e4f2e29bb14f11ff
1 --- gmp-5.1.0/gmp-h.in 2012-12-18 20:05:09.000000000 +0100
2 +++ gmp-5.1.0/gmp-h.in 2013-01-18 18:27:45.965852213 +0100
3 @@ -24,6 +24,8 @@
4 #if defined (__cplusplus)
5 #include <iosfwd> /* for std::istream, std::ostream, std::string */
6 #include <cstdio>
7 +#else
8 +#include <stdio.h>
9 #endif