summaryrefslogtreecommitdiff
path: root/tests/tlog.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-26 01:35:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-26 01:35:24 +0000
commitc36c3868cdabd895639b35b8033bb00fa8e4ee4b (patch)
tree25be987b4794e7b311a7a3e0e221a33878d34512 /tests/tlog.c
parentd118c2ab825a19f88c861b856a69402b8e4fbbb2 (diff)
downloadmpfr-c36c3868cdabd895639b35b8033bb00fa8e4ee4b.tar.gz
Patch by Kevin Ryde + misc fixes.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1773 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tlog.c')
-rw-r--r--tests/tlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlog.c b/tests/tlog.c
index b631ae6ec..ab11959ea 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -22,7 +22,7 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
-#include <unistd.h>
+#include <time.h>
#include "gmp.h"
#include "mpfr.h"
#include "mpfr-test.h"