From: Adam Dickmeiss Date: Wed, 29 Sep 2004 20:15:42 +0000 (+0000) Subject: Added include stdlib.h X-Git-Tag: YAZ.2.0.24~3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7bfa924f0f58b494c4aba33320183374ffd594cd Added include stdlib.h --- 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