X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Ffhistory.c;h=03081e5cf209e8a0a834b59867ee636d4cb079b6;hp=3b286eac389e1e3073380a717f6fcdc135b18375;hb=f3fa080453f6e57618216f6e58d871fb06f0d1b6;hpb=3a36217ed64fc7c30c3c886d85d4f337fe2f9282 diff --git a/client/fhistory.c b/client/fhistory.c index 3b286ea..03081e5 100644 --- a/client/fhistory.c +++ b/client/fhistory.c @@ -1,17 +1,19 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** \file fhistory.c * \brief file history implementation */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include #include #include -#include #if HAVE_SYS_TYPES_H #include #endif @@ -140,6 +142,7 @@ int file_history_trav(file_history_t fh, void *client_data, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab