summaryrefslogtreecommitdiff
path: root/boehm-gc/cord
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-21 06:39:25 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-21 06:39:25 +0000
commite46d228c487acde2ac1bdcd445bae97168d80674 (patch)
tree5049e5152a8f83009f083e416b2049c79cdd67da /boehm-gc/cord
parentc2a53dc0e7a58c4ddab0354e5cf5d9cd0e7f3518 (diff)
downloadgcc-e46d228c487acde2ac1bdcd445bae97168d80674.tar.gz
This commit was generated by cvs2svn to compensate for changes in r42373,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42374 138bc75d-0d04-0410-961f-82ee72b054a4
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. */