X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclstr.c;h=7c1e3e99d677d8a6a12fd49006b70662d1f29530;hb=7b1bbfddfb6e9d68c645388e3279a4990a6592ef;hp=9b359e7c4f8f3f29db60a8afada0bc9a9a167556;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/src/cclstr.c b/src/cclstr.c index 9b359e7..7c1e3e9 100644 --- a/src/cclstr.c +++ b/src/cclstr.c @@ -1,11 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /** * \file cclstr.c * \brief Implements CCL string compare utilities */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -57,6 +60,7 @@ int ccl_memicmp (const char *s1, const char *s2, size_t n) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab