From: Adam Dickmeiss Date: Tue, 28 Sep 2004 20:09:13 +0000 (+0000) Subject: Include yaz/options.h X-Git-Tag: snippet.version.1~319 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=d0833a4d6e48ad7f9a5a7d0b9e37a1c31b9968ef Include yaz/options.h --- diff --git a/index/main.c b/index/main.c index 2313a50..11844d1 100644 --- a/index/main.c +++ b/index/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.116 2004-09-28 10:15:03 adam Exp $ +/* $Id: main.c,v 1.117 2004-09-28 20:09:13 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -20,7 +20,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - #include #include #include @@ -36,6 +35,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #endif #include +#include #include char *prog;