From 4e82b831a8ac31e25b246a631acde354d8161688 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 Jan 2005 13:09:43 +0000 Subject: [PATCH] Added include stdlib.h --- util/srwtst.c | 3 ++- util/yaziconv.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 1.7.10.4