From c8f76d22ffc89ae0a867b6b6e91bbb279bde1f9e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 5 Aug 2005 10:33:05 +0000 Subject: [PATCH] Added include stdlib.h --- test/codec/tstcodec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/codec/tstcodec.c b/test/codec/tstcodec.c index e1079dd..3e46866 100644 --- a/test/codec/tstcodec.c +++ b/test/codec/tstcodec.c @@ -1,4 +1,4 @@ -/* $Id: tstcodec.c,v 1.6 2005-01-15 19:38:35 adam Exp $ +/* $Id: tstcodec.c,v 1.7 2005-08-05 10:33:05 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -20,6 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "../../index/index.h" char *prog = ""; -- 1.7.10.4