summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-23 19:20:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-23 19:20:38 +0000
commitfd927813e710675cbc93a29e0109beb23fc81efb (patch)
tree9579b298de7c757b671d94ed3c7219460bad3b16 /tests
parent3549d662799f4c8d9ed0a0fac7ca17c2e80ba63b (diff)
downloadmpfr-fd927813e710675cbc93a29e0109beb23fc81efb.tar.gz
tests/tprintf.c: include <stdarg.h>.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4999 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tprintf.c b/tests/tprintf.c
index 4411df33c..0db01da46 100644
--- a/tests/tprintf.c
+++ b/tests/tprintf.c
@@ -20,6 +20,8 @@ MA 02110-1301, USA. */
#ifdef HAVE_STDARG
+#include <stdarg.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>