From 98e0f1e9514d10987fb80a63bf1e29b77ce63535 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Fri, 16 Nov 2001 09:32:45 +0000 Subject: added stdio.h git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1491 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/reuse.c | 1 + tests/tcos.c | 1 + tests/tdump.c | 1 + tests/teuler.c | 1 + tests/texp.c | 1 + tests/tlog2.c | 1 + tests/tpi.c | 1 + tests/tpow.c | 1 + tests/tset_q.c | 1 + tests/tset_z.c | 1 + tests/tsin.c | 1 + tests/tswap.c | 1 + tests/ttan.c | 1 + 13 files changed, 13 insertions(+) (limited to 'tests') 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 #include #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 #include #include #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 #include #include #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 #include #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 +#include #include #include #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 #include #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 #include #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 #include #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 #include #include #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 #include #include #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 #include #include #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 #include #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 #include #include #include "gmp.h" -- cgit v1.2.1