From: Adam Dickmeiss Date: Sun, 16 Jan 2005 23:14:56 +0000 (+0000) Subject: Added include stdlib.h a few places to get prototype for atoi/exit/.. X-Git-Tag: snippet.version.1~147 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=8add234f71c852fd95ca3aef168e3563265c93b9 Added include stdlib.h a few places to get prototype for atoi/exit/.. --- diff --git a/data1/d1_doespec.c b/data1/d1_doespec.c index ec33ab3..57d260d 100644 --- a/data1/d1_doespec.c +++ b/data1/d1_doespec.c @@ -1,4 +1,4 @@ -/* $Id: d1_doespec.c,v 1.6 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_doespec.c,v 1.7 2005-01-16 23:14:56 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -21,6 +21,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #include +#include #include #include diff --git a/include/rset.h b/include/rset.h index ec09bad..0352a1c 100644 --- a/include/rset.h +++ b/include/rset.h @@ -1,4 +1,4 @@ -/* $Id: rset.h,v 1.45 2005-01-15 20:47:15 adam Exp $ +/* $Id: rset.h,v 1.46 2005-01-16 23:14:56 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -23,8 +23,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef RSET_H #define RSET_H -#include - /* unfortunately we need the isam includes here, for the arguments for */ /* rsisamX_create */ #include diff --git a/index/apitest.c b/index/apitest.c index e41ebce..b0e3de2 100644 --- a/index/apitest.c +++ b/index/apitest.c @@ -1,4 +1,4 @@ -/* $Id: apitest.c,v 1.20 2005-01-15 19:38:24 adam Exp $ +/* $Id: apitest.c,v 1.21 2005-01-16 23:14:57 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -20,9 +20,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - - #include +#include #include #include diff --git a/index/index.h b/index/index.h index 27c4aa2..36b1c57 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.129 2005-01-15 19:38:25 adam Exp $ +/* $Id: index.h,v 1.130 2005-01-16 23:14:57 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -24,6 +24,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define INDEX_H #include +#include #include #include #include diff --git a/index/main.c b/index/main.c index 86e49d6..52a7ab0 100644 --- a/index/main.c +++ b/index/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.121 2005-01-15 19:38:26 adam Exp $ +/* $Id: main.c,v 1.122 2005-01-16 23:14:57 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -21,6 +21,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #include +#include #include #include #ifdef WIN32 diff --git a/index/recindex.c b/index/recindex.c index 793898b..69ed2d1 100644 --- a/index/recindex.c +++ b/index/recindex.c @@ -1,4 +1,4 @@ -/* $Id: recindex.c,v 1.41 2005-01-15 19:38:26 adam Exp $ +/* $Id: recindex.c,v 1.42 2005-01-16 23:14:57 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -38,6 +38,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA * length = 0 if same as previous */ #include +#include #include #include diff --git a/index/zserver.c b/index/zserver.c index d183d2d..f230f54 100644 --- a/index/zserver.c +++ b/index/zserver.c @@ -1,4 +1,4 @@ -/* $Id: zserver.c,v 1.127 2005-01-15 19:38:29 adam Exp $ +/* $Id: zserver.c,v 1.128 2005-01-16 23:14:57 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -20,8 +20,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include +#include +#include #include #ifdef WIN32 #include diff --git a/isamb/isamb.c b/isamb/isamb.c index 7bdab0f..54181bf 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.70 2005-01-16 01:22:14 adam Exp $ +/* $Id: isamb.c,v 1.71 2005-01-16 23:14:57 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -20,6 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/recctrl/regxread.c b/recctrl/regxread.c index b81476b..3d074a8 100644 --- a/recctrl/regxread.c +++ b/recctrl/regxread.c @@ -1,4 +1,4 @@ -/* $Id: regxread.c,v 1.56 2005-01-15 19:38:32 adam Exp $ +/* $Id: regxread.c,v 1.57 2005-01-16 23:14:57 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -20,8 +20,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - #include +#include #include #include #include diff --git a/rset/rstemp.c b/rset/rstemp.c index 8b110b6..b2a2820 100644 --- a/rset/rstemp.c +++ b/rset/rstemp.c @@ -1,4 +1,4 @@ -/* $Id: rstemp.c,v 1.57 2005-01-15 19:38:35 adam Exp $ +/* $Id: rstemp.c,v 1.58 2005-01-16 23:14:57 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -21,6 +21,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #include +#include #include #ifdef WIN32 #include diff --git a/util/charmap.c b/util/charmap.c index f39f706..8a5d2b8 100644 --- a/util/charmap.c +++ b/util/charmap.c @@ -1,4 +1,4 @@ -/* $Id: charmap.c,v 1.34 2005-01-15 19:38:41 adam Exp $ +/* $Id: charmap.c,v 1.35 2005-01-16 23:14:58 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -29,6 +29,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include +#include #include typedef unsigned ucs4_t; diff --git a/util/zebramap.c b/util/zebramap.c index df217db..005793b 100644 --- a/util/zebramap.c +++ b/util/zebramap.c @@ -1,4 +1,4 @@ -/* $Id: zebramap.c,v 1.38 2005-01-15 19:38:42 adam Exp $ +/* $Id: zebramap.c,v 1.39 2005-01-16 23:14:58 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -20,9 +20,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - - #include +#include #include #include