From 0a816932ab2e72595682cdeb52d5572f9d671c61 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 Jan 1996 10:11:19 +0000 Subject: [PATCH] Added include of stdlib.h. --- ccl/cclstr.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ccl/cclstr.c b/ccl/cclstr.c index 3e01336..99ea618 100644 --- a/ccl/cclstr.c +++ b/ccl/cclstr.c @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: cclstr.c,v $ - * Revision 1.2 1995/05/16 09:39:27 adam + * Revision 1.3 1996/01/24 10:11:19 adam + * Added include of stdlib.h. + * + * Revision 1.2 1995/05/16 09:39:27 adam * LICENSE. * * Revision 1.1 1995/05/11 14:03:57 adam @@ -56,6 +59,7 @@ */ #include #include +#include #include -- 1.7.10.4