Include yaz/options.h
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 28 Sep 2004 20:09:13 +0000 (20:09 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 28 Sep 2004 20:09:13 +0000 (20:09 +0000)
index/main.c

index 2313a50..11844d1 100644 (file)
@@ -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 <stdio.h>
 #include <string.h>
 #include <assert.h>
@@ -36,6 +35,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #endif
 
 #include <yaz/log.h>
+#include <yaz/options.h>
 #include <idzebra/api.h>
 
 char *prog;