From: Adam Dickmeiss Date: Mon, 17 Jan 2005 13:09:43 +0000 (+0000) Subject: Added include stdlib.h X-Git-Tag: YAZ.2.0.34~38 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=4e82b831a8ac31e25b246a631acde354d8161688;p=yaz-moved-to-github.git Added include stdlib.h --- diff --git a/util/srwtst.c b/util/srwtst.c index 1a2cf69..096b2c5 100644 --- a/util/srwtst.c +++ b/util/srwtst.c @@ -2,9 +2,10 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: srwtst.c,v 1.2 2005-01-15 19:47:15 adam Exp $ + * $Id: srwtst.c,v 1.3 2005-01-17 13:09:43 adam Exp $ */ +#include #include #if HAVE_XML2 diff --git a/util/yaziconv.c b/util/yaziconv.c index af52e2d..4547614 100644 --- a/util/yaziconv.c +++ b/util/yaziconv.c @@ -2,13 +2,14 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: yaziconv.c,v 1.2 2005-01-15 19:47:15 adam Exp $ + * $Id: yaziconv.c,v 1.3 2005-01-17 13:09:43 adam Exp $ */ #if HAVE_CONFIG_H #include #endif +#include #include #include #include