X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Ffhistory.c;h=32d72c6c61aac35bb77e8542146d2dce3dc04828;hp=3b286eac389e1e3073380a717f6fcdc135b18375;hb=0c46d2e66bdeea1600e700124a81a5d0a65d349e;hpb=3a36217ed64fc7c30c3c886d85d4f337fe2f9282 diff --git a/client/fhistory.c b/client/fhistory.c index 3b286ea..32d72c6 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) 1995-2013 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