diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-11 22:50:06 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-11 22:50:06 +0000 |
commit | ab860bf9aa2634256ea3f3784c574745cf399ddc (patch) | |
tree | 345bbfc58066133a51434055e1a0a31f3c04e2a3 | |
parent | 29513639efc3169d69d5fb2c894fdd9df45121fa (diff) | |
download | mpfr-ab860bf9aa2634256ea3f3784c574745cf399ddc.tar.gz |
Avoid a conflict with GMP.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3835 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | tuneup.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ MA 02110-1301, USA. */ #include <stdlib.h> #include <stdio.h> #include <time.h> +#include <limits.h> #define MPFR_NEED_LONGLONG_H #include "mpfr-impl.h" |