X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmatchstr.c;h=4c3bcf2207fd1a53b55b867cb234f6db1b4dd17a;hb=0e7513faa0f309121e7800827685f9bdccd2eeb9;hp=e2a1da3579ad5552623cc2dbc0d45b3bccf3b3cb;hpb=8e9d2cec97def1cd8b89b1fe427f1a232661ec6f;p=yaz-moved-to-github.git diff --git a/src/matchstr.c b/src/matchstr.c index e2a1da3..4c3bcf2 100644 --- a/src/matchstr.c +++ b/src/matchstr.c @@ -5,7 +5,7 @@ /** * \file matchstr.c - * \brief Implements loose string matching + * \brief a couple of string utilities */ #if HAVE_CONFIG_H @@ -16,7 +16,7 @@ #include #include #include -#include +#include int yaz_matchstr(const char *s1, const char *s2) {