From 19767e6f6f9089ef12f81e9f3b64f5c71ff71c84 Mon Sep 17 00:00:00 2001 From: pelissip Date: Fri, 6 Feb 2004 13:27:05 +0000 Subject: + Better support of non IEEE doubles. + You can compile MPFR without gmp internal files (ie gmp-impl.h, gmp-mparam.h, and config.h). You only need gmp.h and libgmp.a. But you can still compile with GMP internal files (configure detects them). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2665 280ebfd0-de03-0410-8827-d642c229c3f4 --- urandomb.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'urandomb.c') diff --git a/urandomb.c b/urandomb.c index 55b1a06ca..789f4ffdc 100644 --- a/urandomb.c +++ b/urandomb.c @@ -22,10 +22,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 "gmp.h" -#include "gmp-impl.h" -#include "longlong.h" -#include "mpfr.h" + +#define MPFR_NEED_LONGLONG_H #include "mpfr-impl.h" int -- cgit v1.2.1