X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=rset%2Frsrel.c;h=8bd718dd0518837c588907d3be67e8c299293f37;hb=e127268c91736bf5a116cbc24653da4b845ca046;hp=54b062e37f63e2f0c9832b2cd09b6c0eba3b6436;hpb=f671b6881c99082e63161c46b254d15ca9a72f22;p=idzebra-moved-to-github.git diff --git a/rset/rsrel.c b/rset/rsrel.c index 54b062e..8bd718d 100644 --- a/rset/rsrel.c +++ b/rset/rsrel.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsrel.c,v $ - * Revision 1.12 1996-10-08 13:00:40 adam + * Revision 1.13 1996-10-29 13:55:26 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.12 1996/10/08 13:00:40 adam * Bug fix: result sets with ranked operands in boolean operations weren't * sorted. * @@ -52,7 +55,7 @@ #include #include -#include +#include static void *r_create(const struct rset_control *sel, void *parms, int *flags);