X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zutil%2Fyaz-ccl.c;h=c5ba47acc5f1dfe444efc83391455a06375442de;hp=f0de394dae6634022d5455b197a078bf96e1f4e3;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=cb182c3eb21ca4405d0c9f928ceb33f3fd2f95ba diff --git a/zutil/yaz-ccl.c b/zutil/yaz-ccl.c index f0de394..c5ba47a 100644 --- a/zutil/yaz-ccl.c +++ b/zutil/yaz-ccl.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-ccl.c,v $ - * Revision 1.2 1999-06-16 12:00:08 adam + * Revision 1.3 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.2 1999/06/16 12:00:08 adam * Added proximity. * * Revision 1.1 1999/06/08 10:12:43 adam @@ -36,7 +39,7 @@ #include #include -#include +#include static Z_RPNStructure *ccl_rpn_structure (ODR o, struct ccl_rpn_node *p);