X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fwaislen.c;h=8df2c020ef36d5e7ebc9a025eaa33e249abfb455;hp=bc96b1c6054c7255ab83acd87dbe4fccf3efe3a8;hb=1fbd038d97d6e1bfe97270ecc17cca123bcc435c;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/src/waislen.c b/src/waislen.c index bc96b1c..8df2c02 100644 --- a/src/waislen.c +++ b/src/waislen.c @@ -1,11 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /** * \file waislen.c * \brief Implements WAIS package handling */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -31,6 +34,7 @@ int completeWAIS(const char *buf, int len) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab