diff options
-rw-r--r-- | tests/tstdint.c | 2 | ||||
-rw-r--r-- | tests/tvalist.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/tstdint.c b/tests/tstdint.c index 16057f5bf..4ef16de40 100644 --- a/tests/tstdint.c +++ b/tests/tstdint.c @@ -38,6 +38,8 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #define MPFR_USE_INTMAX_T #include <mpfr.h> +#include "mpfr-test.h" + int main (void) { 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, ...) { |