summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-01 21:53:39 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-01 21:53:39 +0200
commite1a7bb8e1e8dbcb61b4c501c2be513d96169785c (patch)
treef670d683d5923b684992fc5a296a72a71744c04d /tests
parentedc67ec31336876b6708d2153100e4f238438c58 (diff)
downloadgmp-e1a7bb8e1e8dbcb61b4c501c2be513d96169785c.tar.gz
* tests/refmpz.c: Add <stdlib.h>, for free().
Diffstat (limited to 'tests')
-rw-r--r--tests/refmpz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/refmpz.c b/tests/refmpz.c
index 8dae09eff..dff7da027 100644
--- a/tests/refmpz.c
+++ b/tests/refmpz.c
@@ -23,6 +23,7 @@ MA 02111-1307, USA. */
#define WANT_ASSERT 1
#include <stdio.h>
+#include <stdlib.h> /* for free */
#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"