X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frsbool.c;h=2a363f1efc6b29110f9c3e9229a2e5d320e81d24;hb=c9ac021f1381269609f3654384698f398cf46b96;hp=df2c5e417196f46313fcd7b53fd61f99c31b3637;hpb=7b0a5daa703117cde2dc0d54d5a39941a1c01ce8;p=idzebra-moved-to-github.git diff --git a/rset/rsbool.c b/rset/rsbool.c index df2c5e4..2a363f1 100644 --- a/rset/rsbool.c +++ b/rset/rsbool.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsbool.c,v $ - * Revision 1.9 1995-12-11 09:15:22 adam + * Revision 1.11 1997-09-09 13:38:15 adam + * Partial port to WIN95/NT. + * + * Revision 1.10 1996/10/29 13:55:20 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.9 1995/12/11 09:15:22 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. @@ -42,10 +48,12 @@ */ #include +#include +#include #include #include -#include +#include static void *r_create(const struct rset_control *sel, void *parms, int *flags);