Improved installation. Moved header files to include/yaz.
[yaz-moved-to-github.git] / ccl / cclqfile.c
index a4ab07b..2263291 100644 (file)
  * Europagate, 1995
  *
  * $Log: cclqfile.c,v $
  * Europagate, 1995
  *
  * $Log: cclqfile.c,v $
- * Revision 1.2  1997-04-30 08:52:06  quinn
+ * Revision 1.3  1999-11-30 13:47:11  adam
+ * Improved installation. Moved header files to include/yaz.
+ *
+ * Revision 1.2  1997/04/30 08:52:06  quinn
  * Null
  *
  * Revision 1.1  1996/10/11  15:00:25  adam
  * Null
  *
  * Revision 1.1  1996/10/11  15:00:25  adam
@@ -69,7 +72,7 @@
 #include <assert.h>
 #include <string.h>
 
 #include <assert.h>
 #include <string.h>
 
-#include <ccl.h>
+#include <yaz/ccl.h>
 
 void ccl_qual_fitem (CCL_bibset bibset, const char *cp, const char *qual_name)
 {
 
 void ccl_qual_fitem (CCL_bibset bibset, const char *cp, const char *qual_name)
 {