summaryrefslogtreecommitdiff
path: root/tests/tstckintc.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-11 21:59:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-11 21:59:31 +0000
commit4d3b20d8a000097d521a1f116b199d7057865b3a (patch)
treedbe16f589f85c1f74e74b7e4bb0dc657454a7186 /tests/tstckintc.c
parent5d74bdc72c90fd45b19e3b4f1d506467b53b88b7 (diff)
downloadmpfr-4d3b20d8a000097d521a1f116b199d7057865b3a.tar.gz
Added #include <string.h> for memmove (see ISO C99 standard).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3830 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tstckintc.c')
-rw-r--r--tests/tstckintc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tstckintc.c b/tests/tstckintc.c
index 356a0b191..383809cc4 100644
--- a/tests/tstckintc.c
+++ b/tests/tstckintc.c
@@ -22,6 +22,7 @@ MA 02110-1301, USA. */
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
+#include <string.h>
#include "mpfr-test.h"