X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fwaislen.c;h=7f7daf7a114ac391f76d6032a0eb8db8721dea3d;hp=5557bb2813fb31fa14c3ce152043af451eb64113;hb=2b8637b1b34cbbd57cee3cd1b493f5a8231e9afd;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/src/waislen.c b/src/waislen.c index 5557bb2..7f7daf7 100644 --- a/src/waislen.c +++ b/src/waislen.c @@ -1,11 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2013 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