X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzrpn.c;h=fd48152666fe68608dfcdda2d08da2bba9860303;hp=caf9dfde523a5a1755098a457dbb8a7557f1b745;hb=a6908b6d93de84a850a3e558a2e4c17f02c3d651;hpb=20663edc1f255a5cb9140239138a69e3b76b25a4 diff --git a/index/zrpn.c b/index/zrpn.c index caf9dfd..fd48152 100644 --- a/index/zrpn.c +++ b/index/zrpn.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zrpn.c,v $ - * Revision 1.65 1997-09-22 12:39:06 adam + * Revision 1.66 1997-09-25 14:58:03 adam + * Windows NT port. + * + * Revision 1.65 1997/09/22 12:39:06 adam * Added get_pos method for the ranked result sets. * * Revision 1.64 1997/09/18 08:59:20 adam @@ -226,7 +229,11 @@ */ #include #include +#ifdef WINDOWS +#include +#else #include +#endif #include #include "zserver.h"