X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsiconv.c;h=9ae3c39e5ef3e55e28af84bcc6bf5611ee0836da;hb=b756b711841bac38e5b69baa51939ca9e1c01adb;hp=697afe857740507c1e604d51a2cad768edc770fd;hpb=4e58607ee6ef2a5d183262b9a87415fed2311c85;p=yaz-moved-to-github.git diff --git a/src/siconv.c b/src/siconv.c index 697afe8..9ae3c39 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /** @@ -20,14 +20,13 @@ #include #include #include -#include #if HAVE_ICONV_H #include #endif #include -#include +#include #include "iconv-p.h" struct yaz_iconv_struct { @@ -308,7 +307,9 @@ void yaz_iconv_set_errno(yaz_iconv_t cd, int no) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +