From 36403af0892015e79516d8cfc954d6f79f8ce1ca Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Feb 2003 14:34:37 +0000 Subject: [PATCH] Added include of string.h --- recctrl/marcomp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recctrl/marcomp.c b/recctrl/marcomp.c index 0edbdf3..6867897 100644 --- a/recctrl/marcomp.c +++ b/recctrl/marcomp.c @@ -1,11 +1,12 @@ /* - $Id: marcomp.c,v 1.1 2003-02-28 12:33:39 oleg Exp $ + $Id: marcomp.c,v 1.2 2003-02-28 14:34:37 adam Exp $ marcomp.c - compiler of MARC statements. */ #include #include +#include #include #include -- 1.7.10.4