Updated information about YAZ.
[yaz-moved-to-github.git] / ccl / cclptree.c
index d8aef6e..2c37bd9 100644 (file)
  * Europagate, 1995
  *
  * $Log: cclptree.c,v $
- * Revision 1.4  1996-10-11 15:00:25  adam
+ * Revision 1.6  1999-11-30 13:47:11  adam
+ * Improved installation. Moved header files to include/yaz.
+ *
+ * Revision 1.5  1997/04/30 08:52:06  quinn
+ * Null
+ *
+ * Revision 1.4  1996/10/11  15:00:25  adam
  * CCL parser from Europagate Email gateway 1.0.
  *
  * Revision 1.6  1995/05/16  09:39:26  adam
@@ -72,7 +78,7 @@
 #include <assert.h>
 #include <string.h>
 
-#include <ccl.h>
+#include <yaz/ccl.h>
 
 void ccl_pr_tree (struct ccl_rpn_node *rpn, FILE *fd_out)
 {