summaryrefslogtreecommitdiff
path: root/set_f.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>1999-06-10 09:05:05 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>1999-06-10 09:05:05 +0000
commitbc763734ed11b4d3f7e6a197ae2b73c6b2b3fe69 (patch)
tree9ea9584ebbf04e342af28802eafddf909d28adda /set_f.c
parent0a2460fec5cf724a47304c5210e0f1247b18a1fd (diff)
downloadmpfr-bc763734ed11b4d3f7e6a197ae2b73c6b2b3fe69.tar.gz
added include <stdio.h> (needed for FILE in mpfr.h)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'set_f.c')
-rw-r--r--set_f.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/set_f.c b/set_f.c
index e352d6a35..7dcbde01f 100644
--- a/set_f.c
+++ b/set_f.c
@@ -1,3 +1,4 @@
+#include <stdio.h>
#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"