X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Ffhistory.c;h=32d72c6c61aac35bb77e8542146d2dce3dc04828;hp=00c03af9bf9e60235af99f33127cb3c896ddf1ce;hb=0c46d2e66bdeea1600e700124a81a5d0a65d349e;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/client/fhistory.c b/client/fhistory.c index 00c03af..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-2009 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