From d37f43b0cd3bc5553c6e24203f2fdf3dbdca93a4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 11 Sep 2006 12:12:42 +0000 Subject: [PATCH] Added include of string.h --- util/cclsh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/cclsh.c b/util/cclsh.c index fcb3e86..eb94fb3 100644 --- a/util/cclsh.c +++ b/util/cclsh.c @@ -44,7 +44,7 @@ /* CCL shell. * Europagate 1995 * - * $Id: cclsh.c,v 1.2 2005-06-25 15:46:07 adam Exp $ + * $Id: cclsh.c,v 1.3 2006-09-11 12:12:42 adam Exp $ * * Old Europagate Log: * @@ -86,6 +86,7 @@ #include #include +#include #include -- 1.7.10.4