summaryrefslogtreecommitdiff
path: root/erfc.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-05 15:17:30 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-05 15:17:30 +0000
commit802adf8fc0607c0c4334221a9263080497ebdfc6 (patch)
treed31f44d0350691c19f9eed05ddba36ec3695a8c5 /erfc.c
parent541e2d6782bdc05f5bd0eff0ebf060f975794bc9 (diff)
downloadmpfr-802adf8fc0607c0c4334221a9263080497ebdfc6.tar.gz
changed header file: stdlib.h -> stdio.h
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4184 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'erfc.c')
-rw-r--r--erfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erfc.c b/erfc.c
index 4d1d5bf50..24f4abaff 100644
--- a/erfc.c
+++ b/erfc.c
@@ -19,7 +19,7 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA. */
-#include <stdlib.h>
+#include <stdio.h> /* for fprintf and stderr */
#define MPFR_NEED_LONGLONG_H
#include "mpfr-impl.h"