diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2001-11-16 09:32:45 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2001-11-16 09:32:45 +0000 |
commit | 98e0f1e9514d10987fb80a63bf1e29b77ce63535 (patch) | |
tree | 503f0d071eeaeb9260c09038a46bfcc44523669d /tests/tswap.c | |
parent | 2c5d1254b2cbf3b150d42f0b86d114b4aa8bc559 (diff) | |
download | mpfr-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/tswap.c')
-rw-r--r-- | tests/tswap.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |