summaryrefslogtreecommitdiff
path: root/printf.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-23 19:19:04 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-23 19:19:04 +0000
commit3549d662799f4c8d9ed0a0fac7ca17c2e80ba63b (patch)
treef9980dd7c68687c63d72fa784f9fa58ec154801d /printf.c
parentf23d466992b53d9bf706686c38273c6417d55122 (diff)
downloadmpfr-3549d662799f4c8d9ed0a0fac7ca17c2e80ba63b.tar.gz
stdarg-related corrections, as HAVE_STDARG is not standard thus must not
be tested in mpfr.h! git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4998 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'printf.c')
-rw-r--r--printf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/printf.c b/printf.c
index f9d3e5240..fdf64ffe0 100644
--- a/printf.c
+++ b/printf.c
@@ -23,6 +23,7 @@ MA 02110-1301, USA. */
/* The mpfr_printf-like functions are defined only if stdarg.h exist */
#ifdef HAVE_STDARG
+#include <stdarg.h>
#include "mpfr-impl.h"
#ifdef _MPFR_H_HAVE_FILE