summaryrefslogtreecommitdiff
path: root/src/mpfr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpfr.h')
-rw-r--r--src/mpfr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mpfr.h b/src/mpfr.h
index 95762297d..f960b5763 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -49,7 +49,11 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#define MPFR_VERSION \
MPFR_VERSION_NUM(MPFR_VERSION_MAJOR,MPFR_VERSION_MINOR,MPFR_VERSION_PATCHLEVEL)
+#ifndef MPFR_USE_MINI_GMP
#include <gmp.h>
+#else
+#include <mini-gmp.h>
+#endif
/* Avoid some problems with macro expansion if the user defines macros
with the same name as keywords. By convention, identifiers and macro