mpfr: always include stdint.h to allow build from DragonFly-2.2
authorSimon Schubert <corecode@dragonflybsd.org>
Fri, 7 Aug 2009 18:06:51 +0000 (20:06 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Fri, 7 Aug 2009 20:03:54 +0000 (22:03 +0200)
commit2b2291573360973948c93a79d7a9f836b6af740b
tree24091d88fda839f024084adae825951e5b47038b
parentb2e4bbfdab38ac743a101922bd114fef852f587f
mpfr: always include stdint.h to allow build from DragonFly-2.2

DragonFly 2.2 has some confused headers that define INTMAX_C et al
but don't define intmax_t.  This confuses mpfr and prevents building
mpfr and thus master on 2.2-release.  Work around this problem by always
including stdint.h.  This can go away as soon as we don't need 2.2
crossbuilding compatibility anymore.
contrib/mpfr/mpfr-impl.h