X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=rset%2Frssbool.c;h=235b104af3eb375bdfec2d7ffc9cddf9a67f0f37;hp=65ec2c98361d53ca245e512d5a8196256b384a3c;hb=e127268c91736bf5a116cbc24653da4b845ca046;hpb=577183a6c1003ca21fe46416c49f4458ff7af716 diff --git a/rset/rssbool.c b/rset/rssbool.c index 65ec2c9..235b104 100644 --- a/rset/rssbool.c +++ b/rset/rssbool.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rssbool.c,v $ - * Revision 1.3 1996-10-08 13:00:41 adam + * Revision 1.4 1996-10-29 13:55:27 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.3 1996/10/08 13:00:41 adam * Bug fix: result sets with ranked operands in boolean operations weren't * sorted. * @@ -24,7 +27,7 @@ #include #include -#include +#include static void *r_create_and(const struct rset_control *sel, void *parms, int *flags);