X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frsisam.c;h=9eb27ccc11e26e772cdf33a05831808f5e764eb9;hb=7cf4e149027f602723f729b8a3b8601833232021;hp=2bdd745e97f8adbaf1592077ecb70fd4556aca63;hpb=7b0a5daa703117cde2dc0d54d5a39941a1c01ce8;p=idzebra-moved-to-github.git diff --git a/rset/rsisam.c b/rset/rsisam.c index 2bdd745..9eb27cc 100644 --- a/rset/rsisam.c +++ b/rset/rsisam.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsisam.c,v $ - * Revision 1.14 1995-12-11 09:15:24 adam + * Revision 1.15 1996-10-29 13:55:22 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.14 1995/12/11 09:15:24 adam * New set types: sand/sor/snot - ranked versions of and/or/not in * ranked/semi-ranked result sets. * Note: the snot not finished yet. @@ -56,7 +59,7 @@ #include #include #include -#include +#include static void *r_create(const struct rset_control *sel, void *parms, int *flags);