X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_doespec.c;h=c6dc0c6f77098a9ae4dcfe6ee4de77dea82e4388;hb=e4e44d1916c6e80e01aad163b487ee41c22272ba;hp=6a186fcce94255f2ddc1499b44245e255ca15825;hpb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;p=idzebra-moved-to-github.git diff --git a/data1/d1_doespec.c b/data1/d1_doespec.c index 6a186fc..c6dc0c6 100644 --- a/data1/d1_doespec.c +++ b/data1/d1_doespec.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 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 @@ -22,6 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * See http://www.loc.gov/z3950/agency/defns/variant1.html */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -372,6 +375,7 @@ int data1_doespec1 (data1_handle dh, data1_node *n, Z_Espec1 *e) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab