summaryrefslogtreecommitdiff
path: root/tests/tpow_all.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-05-05 14:34:41 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-05-05 14:34:41 +0000
commite7f0b68e4c4c4fb10fc498083249d4148d866d0c (patch)
treec6f71c711268a3b5fac246b6c21d3fa3271920ef /tests/tpow_all.c
parent8e3d437569ea05d6a5de5ae7fdc7fe48ba7e989c (diff)
downloadmpfr-e7f0b68e4c4c4fb10fc498083249d4148d866d0c.tar.gz
printf.c tests/tpow_all.c: <string.h> is not automatically included when compiling with --with-gmp-build option.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6189 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tpow_all.c')
-rw-r--r--tests/tpow_all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tpow_all.c b/tests/tpow_all.c
index cf66e95aa..3ceba66ed 100644
--- a/tests/tpow_all.c
+++ b/tests/tpow_all.c
@@ -29,6 +29,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
/* Execute with at least an argument to report all the errors found by
comparisons. */
+#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>