X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;h=7b62217d9b2d7e89cdda0a88ef255312166f2eca;hb=9748d1f21b8a1c8c6f14ef9384c0e4fdb2d41585;hp=44b1d97b057f3da1b1ceca8ab806d2ffdf1bc8ec;hpb=bf95c509245f5cb4025ef2db348d5f7ace3b5994;p=yaz-moved-to-github.git diff --git a/src/srwutil.c b/src/srwutil.c index 44b1d97..7b62217 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. */ /** @@ -9,6 +9,7 @@ #include #include +#include #include static int hex_digit (int ch) @@ -1470,6 +1471,7 @@ void yaz_encode_sru_extra(Z_SRW_PDU *sr, ODR odr, const char *extra_args) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab