summaryrefslogtreecommitdiff
path: root/set_ld.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-10-16 07:38:15 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-10-16 07:38:15 +0000
commit1b5866dc22741fb947d5b0d288dc5afb9016b8da (patch)
treef61f8a343e98350307570623c6a037135114ba6a /set_ld.c
parentd729f382ded365a760255ff734a2b32329c70a62 (diff)
downloadmpfr-1b5866dc22741fb947d5b0d288dc5afb9016b8da.tar.gz
DBL_MANT_DIG and LDBL_MANT_DIG are normally defined by <float.h>.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2040 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'set_ld.c')
-rw-r--r--set_ld.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/set_ld.c b/set_ld.c
index ade704731..21a9b0bd4 100644
--- a/set_ld.c
+++ b/set_ld.c
@@ -20,6 +20,8 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
+#include <float.h>
+
#include "gmp.h"
#include "gmp-impl.h"
#include "mpfr.h"