summaryrefslogtreecommitdiff
path: root/tuneup.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-11 22:50:06 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-11 22:50:06 +0000
commitab860bf9aa2634256ea3f3784c574745cf399ddc (patch)
tree345bbfc58066133a51434055e1a0a31f3c04e2a3 /tuneup.c
parent29513639efc3169d69d5fb2c894fdd9df45121fa (diff)
downloadmpfr-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
Diffstat (limited to 'tuneup.c')
-rw-r--r--tuneup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tuneup.c b/tuneup.c
index 016c0f3ef..aee3a1876 100644
--- a/tuneup.c
+++ b/tuneup.c
@@ -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"