From d0833a4d6e48ad7f9a5a7d0b9e37a1c31b9968ef Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Sep 2004 20:09:13 +0000 Subject: [PATCH] Include yaz/options.h --- index/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.10.4