diff options
Diffstat (limited to 'gc/cord/cordtest.c')
-rw-r--r-- | gc/cord/cordtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gc/cord/cordtest.c b/gc/cord/cordtest.c index d11d7dd..d54c65f 100644 --- a/gc/cord/cordtest.c +++ b/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. */ |