diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-01-16 17:46:17 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-01-16 17:46:17 +0000 |
commit | c836db4ec6809f497ed2dca3def04683635c5532 (patch) | |
tree | 8a02f0ee00b17fd0fcf974b7948554590f96c2e4 /tests | |
parent | 8356da87f2e978e0a702fe76e8b1da6ee19a1348 (diff) | |
download | mpfr-c836db4ec6809f497ed2dca3def04683635c5532.tar.gz |
put back math.h
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2196 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tcmp2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcmp2.c b/tests/tcmp2.c index ebe2f29db..0de90b5f8 100644 --- a/tests/tcmp2.c +++ b/tests/tcmp2.c @@ -19,6 +19,7 @@ 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 <math.h> /* for log and floor in tcmp2() */ #include <stdio.h> #include <stdlib.h> #include "gmp.h" |