Moved isam headers to include/idzebra.
[idzebra-moved-to-github.git] / isams / isams.c
index 01817b2..08d0b0f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: isams.c,v 1.8 2004-11-19 10:27:11 heikki Exp $
+/* $Id: isams.c,v 1.9 2004-12-08 14:02:37 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -27,7 +27,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <stdio.h>
 
 #include <yaz/ylog.h>
 #include <stdio.h>
 
 #include <yaz/ylog.h>
-#include <isams.h>
+#include <idzebra/isams.h>
 
 typedef struct {
     int last_offset;
 
 typedef struct {
     int last_offset;