From 7bfa924f0f58b494c4aba33320183374ffd594cd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 29 Sep 2004 20:15:42 +0000 Subject: [PATCH] Added include stdlib.h --- test/tstmatchstr.c | 5 +++-- test/tstnmem.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/test/tstmatchstr.c b/test/tstmatchstr.c index 6f5c14c..ef69d51 100644 --- a/test/tstmatchstr.c +++ b/test/tstmatchstr.c @@ -1,11 +1,12 @@ /* - * Copyright (c) 2002-2003, Index Data + * Copyright (c) 2002-2004, Index Data * See the file LICENSE for details. * - * $Id: tstmatchstr.c,v 1.1 2003-10-27 12:21:38 adam Exp $ + * $Id: tstmatchstr.c,v 1.2 2004-09-29 20:15:42 adam Exp $ */ #include +#include #include diff --git a/test/tstnmem.c b/test/tstnmem.c index 284e0a8..54048c8 100644 --- a/test/tstnmem.c +++ b/test/tstnmem.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 2002-2003, Index Data + * Copyright (c) 2002-2004, Index Data * See the file LICENSE for details. * - * $Id: tstnmem.c,v 1.1 2003-10-27 12:21:38 adam Exp $ + * $Id: tstnmem.c,v 1.2 2004-09-29 20:15:48 adam Exp $ */ #if HAVE_CONFIG_H @@ -11,6 +11,7 @@ #include #include +#include #include #include -- 1.7.10.4