Move headers zebraapi.h->idzebra/api.h, zebraver.h->idzebra/version.h,
[idzebra-moved-to-github.git] / test / api / t5.c
index 7163650..8db05c0 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t5.c,v 1.5 2004-08-04 08:35:26 adam Exp $
+/* $Id: t5.c,v 1.6 2004-08-25 09:23:39 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -22,7 +22,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include <yaz/log.h>
 #include <yaz/pquery.h>
-#include <zebraapi.h>
+#include <idzebra/api.h>
 
 /* read zebra.cfg from env var srcdir if it exists; otherwise current dir */
 static ZebraService start_service()