X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=src%2Fyaz-z-databases.cpp;h=97c0b917988eae20edf78d0e7107cfd1630fdb8d;hp=798eb1f85513b2415666debb903ff0996993f9ea;hb=bed85d2160500f57db63f4ab9d5533e0225cce15;hpb=9fef1c618f2f936041b3b58d61e406182033ab30 diff --git a/src/yaz-z-databases.cpp b/src/yaz-z-databases.cpp index 798eb1f..97c0b91 100644 --- a/src/yaz-z-databases.cpp +++ b/src/yaz-z-databases.cpp @@ -1,8 +1,11 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2009 Index Data and Mike Taylor + * Copyright (C) 1998-2012 Index Data and Mike Taylor * See the file LICENSE for details. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -66,6 +69,7 @@ int Yaz_Z_Databases::match (int num, const char **db) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab