From: Adam Dickmeiss Date: Tue, 1 Feb 2005 17:23:36 +0000 (+0000) Subject: Added include stdlib.h X-Git-Tag: YAZ.2.0.34~25 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=6bc4a3e8b7e73275e8b37e6de40e4c596302bd51;p=yaz-moved-to-github.git Added include stdlib.h --- diff --git a/test/tstccl.c b/test/tstccl.c index 73c4011..0142bc6 100644 --- a/test/tstccl.c +++ b/test/tstccl.c @@ -2,11 +2,12 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstccl.c,v 1.5 2005-01-15 19:47:15 adam Exp $ + * $Id: tstccl.c,v 1.6 2005-02-01 17:23:36 adam Exp $ */ /* CCL test */ +#include #include #include diff --git a/test/tstodr.c b/test/tstodr.c index f7cc7b9..a0180a6 100644 --- a/test/tstodr.c +++ b/test/tstodr.c @@ -2,9 +2,10 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstodr.c,v 1.3 2005-01-15 19:47:15 adam Exp $ + * $Id: tstodr.c,v 1.4 2005-02-01 17:23:36 adam Exp $ * */ +#include #include #include #include "tstodrcodec.h" diff --git a/test/tstwrbuf.c b/test/tstwrbuf.c index fab5c11..bab2004 100644 --- a/test/tstwrbuf.c +++ b/test/tstwrbuf.c @@ -2,9 +2,10 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstwrbuf.c,v 1.2 2005-01-15 19:47:15 adam Exp $ + * $Id: tstwrbuf.c,v 1.3 2005-02-01 17:23:36 adam Exp $ */ +#include #include #include