diff options
author | hanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-15 11:16:40 +0000 |
---|---|---|
committer | hanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-15 11:16:40 +0000 |
commit | c4ccb81bce61a549654e1a7e465ed7fc99835e16 (patch) | |
tree | 2326273e618256b9e95c509c90202763454b9127 /pi.c | |
parent | e02b7615fc6715baf1d9da6ed8ac6d6d4b79d671 (diff) | |
download | mpfr-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 'pi.c')
-rw-r--r-- | pi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,9 +22,9 @@ MA 02111-1307, USA. */ #include <stdio.h> #include <math.h> #include "gmp.h" -#include "longlong.h" #include "mpfr.h" #include "gmp-impl.h" +#include "longlong.h" #define A |