summaryrefslogtreecommitdiff
path: root/neg.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 /neg.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 'neg.c')
-rw-r--r--neg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/neg.c b/neg.c
index 6a85f3971..80cf0e794 100644
--- a/neg.c
+++ b/neg.c
@@ -1,3 +1,4 @@
+#include <stdio.h>
#include "gmp.h"
#include "gmp-impl.h"
#include "mpfr.h"