summaryrefslogtreecommitdiff
path: root/tests/tmul_2exp.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-22 01:48:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-22 01:48:18 +0000
commit4ea4368a5858d5eb60ed18a3e671741db02167e6 (patch)
tree9fd2b2b6b649f323511a3cb879e94721afd28d75 /tests/tmul_2exp.c
parent1408acd749bf1a8f1b659cafa0156b60477923fc (diff)
downloadmpfr-4ea4368a5858d5eb60ed18a3e671741db02167e6.tar.gz
Missing #include.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1766 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tmul_2exp.c')
-rw-r--r--tests/tmul_2exp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c
index 1d3758460..47b206d07 100644
--- a/tests/tmul_2exp.c
+++ b/tests/tmul_2exp.c
@@ -21,6 +21,7 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "gmp.h"
#include "mpfr.h"
#include "mpfr-impl.h"