summaryrefslogtreecommitdiff
path: root/tests/tvalist.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-23 23:06:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-23 23:06:07 +0000
commitca30e881a44f7d5a9cdc424b0874acf95c680e1e (patch)
tree31d0b1b48e87bd18456444558e9c3d38142eb976 /tests/tvalist.c
parent6c918dbcb17f64c7ee993c0718dc9edcc45fc5bf (diff)
downloadmpfr-ca30e881a44f7d5a9cdc424b0874acf95c680e1e.tar.gz
[tests/{tstdint.c,tvalist.c}] Added missing #include "mpfr-test.h"
(detected with gcc -Werror=implicit-function-declaration), needed since r9447. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9453 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tvalist.c')
-rw-r--r--tests/tvalist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tvalist.c b/tests/tvalist.c
index e55983fd1..29e34053a 100644
--- a/tests/tvalist.c
+++ b/tests/tvalist.c
@@ -41,6 +41,8 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#define MPFR_USE_FILE /* necessary due to GMP bug concerning inclusions */
#include <mpfr.h>
+#include "mpfr-test.h"
+
static void
test (FILE *fout, const char *fmt, ...)
{