summaryrefslogtreecommitdiff
path: root/set_d.c
diff options
context:
space:
mode:
authorhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-15 11:16:40 +0000
committerhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-15 11:16:40 +0000
commitc4ccb81bce61a549654e1a7e465ed7fc99835e16 (patch)
tree2326273e618256b9e95c509c90202763454b9127 /set_d.c
parente02b7615fc6715baf1d9da6ed8ac6d6d4b79d671 (diff)
downloadmpfr-c4ccb81bce61a549654e1a7e465ed7fc99835e16.tar.gz
Yet another patch for include files.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@863 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'set_d.c')
-rw-r--r--set_d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/set_d.c b/set_d.c
index 3b132206b..19d356d32 100644
--- a/set_d.c
+++ b/set_d.c
@@ -21,9 +21,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include "gmp.h"
-#include "longlong.h"
+#include "gmp-mparam.h"
#include "mpfr.h"
#include "gmp-impl.h"
+#include "longlong.h"
#define NaN (0./0.) /* ensures a machine-independent NaN */
#define Infp (1/0.)