From: Adam Dickmeiss Date: Thu, 16 Dec 2004 08:59:56 +0000 (+0000) Subject: Include marcdisp.h so that atoi_n gets public on WIN32 X-Git-Tag: YAZ.2.0.30~24 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=5475567b7f05fbc245cedb1b3ecdbc63ac671685 Include marcdisp.h so that atoi_n gets public on WIN32 --- diff --git a/src/atoin.c b/src/atoin.c index 6138300..e9b20e6 100644 --- a/src/atoin.c +++ b/src/atoin.c @@ -2,7 +2,7 @@ * Copyright (c) 1997-2004, Index Data * See the file LICENSE for details. * - * $Id: atoin.c,v 1.4 2004-12-13 14:21:55 heikki Exp $ + * $Id: atoin.c,v 1.5 2004-12-16 08:59:56 adam Exp $ */ /** @@ -16,7 +16,7 @@ #include #include - +#include /** * atoi_n: like atoi but reads at most len characters.