X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;h=7b62217d9b2d7e89cdda0a88ef255312166f2eca;hb=47db800079d3df8e8adfd93b466795d0803dabe8;hp=9ebd82deef363fd9efe8a0550c4068fef38552bd;hpb=93f4285bbf2ed5a42fe62f92c7c4618df5f20583;p=yaz-moved-to-github.git diff --git a/src/srwutil.c b/src/srwutil.c index 9ebd82d..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,7 +9,7 @@ #include #include -#include +#include #include static int hex_digit (int ch) @@ -1471,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