From 6bc4a3e8b7e73275e8b37e6de40e4c596302bd51 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 1 Feb 2005 17:23:36 +0000 Subject: [PATCH] Added include stdlib.h --- test/tstccl.c | 3 ++- test/tstodr.c | 3 ++- test/tstwrbuf.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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 -- 1.7.10.4