X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebrash.c;h=b11a63e7242365051c4c148f1439cff4c654c1aa;hb=c6959870998f868e6a0e9201739fb54aef696bc6;hp=928bf957cd1705ae439789e6b774bae0a6c3e4fc;hpb=a9e90f22d2cefbafc9d490a03a3bc7d1b75d57ee;p=idzebra-moved-to-github.git diff --git a/index/zebrash.c b/index/zebrash.c index 928bf95..b11a63e 100644 --- a/index/zebrash.c +++ b/index/zebrash.c @@ -1,4 +1,4 @@ -/* $Id: zebrash.c,v 1.33 2005-03-09 12:14:42 adam Exp $ +/* $Id: zebrash.c,v 1.35 2005-09-13 11:51:06 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -28,7 +28,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include -#include /* for isatty */ +#if HAVE_UNISTD_H +#include +#endif #if HAVE_READLINE_READLINE_H #include @@ -191,7 +193,7 @@ static int cmd_zebra_open( char *args[], WRBUF outbuff) if (!zs) wrbuf_puts(outbuff,"zebra seems not to have been started, " "trying anyway\n"); - zh=zebra_open(zs); + zh = zebra_open(zs, 0); return 0; /* ok */ }