diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-11-23 19:20:38 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-11-23 19:20:38 +0000 |
commit | fd927813e710675cbc93a29e0109beb23fc81efb (patch) | |
tree | 9579b298de7c757b671d94ed3c7219460bad3b16 /tests | |
parent | 3549d662799f4c8d9ed0a0fac7ca17c2e80ba63b (diff) | |
download | mpfr-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.c | 2 |
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> |