From: Adam Dickmeiss Date: Thu, 9 Sep 2004 11:40:02 +0000 (+0000) Subject: Fix includes to new zebra api location X-Git-Tag: snippet.version.1~363 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=33bcafa39b984ad635fd7c1014c8df47578cda87 Fix includes to new zebra api location --- diff --git a/perl/IDZebra.i b/perl/IDZebra.i index c9294ae..ab85b66 100644 --- a/perl/IDZebra.i +++ b/perl/IDZebra.i @@ -3,7 +3,7 @@ %{ -#include "zebraapi.h" +#include #include "zebra_perl.h" #include "data1.h" #include "yaz/odr.h" diff --git a/perl/zebra_perl.h b/perl/zebra_perl.h index 9af24a7..cbe6261 100644 --- a/perl/zebra_perl.h +++ b/perl/zebra_perl.h @@ -1,7 +1,7 @@ #ifndef ZEBRA_PERL_H #define ZEBRA_PERL_H -#include "zebraapi.h" +#include typedef struct { char *groupName;