X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-socket.c;h=cb5579af431e68eff85e500e222fcfe79b1e030a;hp=1c250927cba2727dc74ac096526198c745b6e31b;hb=0e7fdbc857d4905e67a7bdf8fe5b6c773ee47a7b;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/src/zoom-socket.c b/src/zoom-socket.c index 1c25092..cb5579a 100644 --- a/src/zoom-socket.c +++ b/src/zoom-socket.c @@ -1,11 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ /** * \file zoom-socket.c * \brief Implements ZOOM C socket interface. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -108,6 +111,7 @@ ZOOM_API(int) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab