summaryrefslogtreecommitdiff
path: root/tests/ttan.c
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/ttan.c
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/ttan.c')
-rw-r--r--tests/ttan.c1
1 files changed, 1 insertions, 0 deletions
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"