X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fmod_grs_marc.c;h=06fe9f5b440e9d66f9fd1ebac0ae883b195c7591;hp=52b59e8c628a65dd9490c1435d92e826da4a2efb;hb=5d536c8cf5400b1e4da91061cf736a9ab53e5bd1;hpb=b3679b1ecd730266f70a62347f66e5964a2fa030 diff --git a/index/mod_grs_marc.c b/index/mod_grs_marc.c index 52b59e8..06fe9f5 100644 --- a/index/mod_grs_marc.c +++ b/index/mod_grs_marc.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 1994-2011 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -892,7 +895,7 @@ static struct recType marcxml_type = { }; RecType -#ifdef IDZEBRA_STATIC_GRS_MARC +#if IDZEBRA_STATIC_GRS_MARC idzebra_filter_grs_marc #else idzebra_filter @@ -907,6 +910,7 @@ idzebra_filter /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab