summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 09:32:45 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 09:32:45 +0000
commit98e0f1e9514d10987fb80a63bf1e29b77ce63535 (patch)
tree503f0d071eeaeb9260c09038a46bfcc44523669d /tests
parent2c5d1254b2cbf3b150d42f0b86d114b4aa8bc559 (diff)
downloadmpfr-98e0f1e9514d10987fb80a63bf1e29b77ce63535.tar.gz
added stdio.h
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1491 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/reuse.c1
-rw-r--r--tests/tcos.c1
-rw-r--r--tests/tdump.c1
-rw-r--r--tests/teuler.c1
-rw-r--r--tests/texp.c1
-rw-r--r--tests/tlog2.c1
-rw-r--r--tests/tpi.c1
-rw-r--r--tests/tpow.c1
-rw-r--r--tests/tset_q.c1
-rw-r--r--tests/tset_z.c1
-rw-r--r--tests/tsin.c1
-rw-r--r--tests/tswap.c1
-rw-r--r--tests/ttan.c1
13 files changed, 13 insertions, 0 deletions
diff --git a/tests/reuse.c b/tests/reuse.c
index 5f7566a7e..3da5d5750 100644
--- a/tests/reuse.c
+++ b/tests/reuse.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 <stdio.h>
#include <stdlib.h>
#include "gmp.h"
#include "mpfr.h"
diff --git a/tests/tcos.c b/tests/tcos.c
index 4f5aeccc4..be9294d5d 100644
--- a/tests/tcos.c
+++ b/tests/tcos.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 <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "gmp.h"
diff --git a/tests/tdump.c b/tests/tdump.c
index c6d1daf3f..f5b200029 100644
--- a/tests/tdump.c
+++ b/tests/tdump.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 <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "gmp.h"
diff --git a/tests/teuler.c b/tests/teuler.c
index 27333ea02..05a0203b1 100644
--- a/tests/teuler.c
+++ b/tests/teuler.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 <stdio.h>
#include <stdlib.h>
#include "gmp.h"
#include "mpfr.h"
diff --git a/tests/texp.c b/tests/texp.c
index ec179a139..5ded30933 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -20,6 +20,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include <math.h>
+#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "gmp.h"
diff --git a/tests/tlog2.c b/tests/tlog2.c
index e0ea712d5..dbece0261 100644
--- a/tests/tlog2.c
+++ b/tests/tlog2.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 <stdio.h>
#include <stdlib.h>
#include "gmp.h"
#include "mpfr.h"
diff --git a/tests/tpi.c b/tests/tpi.c
index bdaa15e30..cb7191999 100644
--- a/tests/tpi.c
+++ b/tests/tpi.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 <stdio.h>
#include <stdlib.h>
#include "gmp.h"
#include "mpfr.h"
diff --git a/tests/tpow.c b/tests/tpow.c
index 1db7559d5..f4226947f 100644
--- a/tests/tpow.c
+++ b/tests/tpow.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 <stdio.h>
#include <stdlib.h>
#include "gmp.h"
#include "mpfr.h"
diff --git a/tests/tset_q.c b/tests/tset_q.c
index da81ebaf4..17a198cd2 100644
--- a/tests/tset_q.c
+++ b/tests/tset_q.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 <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "gmp.h"
diff --git a/tests/tset_z.c b/tests/tset_z.c
index 80adff1bf..ec304304b 100644
--- a/tests/tset_z.c
+++ b/tests/tset_z.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 <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "gmp.h"
diff --git a/tests/tsin.c b/tests/tsin.c
index 99c2fce5b..24b93da9e 100644
--- a/tests/tsin.c
+++ b/tests/tsin.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 <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "gmp.h"
diff --git a/tests/tswap.c b/tests/tswap.c
index bc2455242..ba0a6860a 100644
--- a/tests/tswap.c
+++ b/tests/tswap.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 <stdio.h>
#include <stdlib.h>
#include "gmp.h"
#include "mpfr.h"
diff --git a/tests/ttan.c b/tests/ttan.c
index daa7d2071..6c4ee2c95 100644
--- a/tests/ttan.c
+++ b/tests/ttan.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 <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "gmp.h"