summaryrefslogtreecommitdiff
path: root/boehm-gc/cord
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/cord')
-rw-r--r--boehm-gc/cord/cordtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/cord/cordtest.c b/boehm-gc/cord/cordtest.c
index d11d7dd44df..d54c65fe0d7 100644
--- a/boehm-gc/cord/cordtest.c
+++ b/boehm-gc/cord/cordtest.c
@@ -14,6 +14,7 @@
# include "cord.h"
# include <string.h>
# include <stdio.h>
+# include <stdlib.h>
/* This is a very incomplete test of the cord package. It knows about */
/* a few internals of the package (e.g. when C strings are returned) */
/* that real clients shouldn't rely on. */