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