From ead317ad91ddd147433840f51df4368a2d4f660f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 May 2005 10:40:19 +0000 Subject: [PATCH] Include stdlib.h a few places. Remove unused var. --- test/api/t3.c | 3 ++- test/api/t4.c | 3 ++- test/api/t5.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/test/api/t3.c b/test/api/t3.c index 5a4a574..3659552 100644 --- a/test/api/t3.c +++ b/test/api/t3.c @@ -1,4 +1,4 @@ -/* $Id: t3.c,v 1.8 2004-07-28 08:15:47 adam Exp $ +/* $Id: t3.c,v 1.8.2.1 2005-05-04 10:40:19 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -20,6 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/test/api/t4.c b/test/api/t4.c index 9fb81b7..98da891 100644 --- a/test/api/t4.c +++ b/test/api/t4.c @@ -1,4 +1,4 @@ -/* $Id: t4.c,v 1.8 2004-07-28 08:15:47 adam Exp $ +/* $Id: t4.c,v 1.8.2.1 2005-05-04 10:40:19 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -20,6 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/test/api/t5.c b/test/api/t5.c index 7163650..d1de56c 100644 --- a/test/api/t5.c +++ b/test/api/t5.c @@ -1,4 +1,4 @@ -/* $Id: t5.c,v 1.5 2004-08-04 08:35:26 adam Exp $ +/* $Id: t5.c,v 1.4.2.1 2005-05-04 10:40:19 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -20,6 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include -- 1.7.10.4