X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoom-benchmark.c;h=407501c05bab5454e4dec1813dc9ca933f25c179;hb=bb44e503b21c87aabdb54bea64944132302ce77b;hp=6838ef5c97a177aa3d2cdb76ec15462003a204ea;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;p=yaz-moved-to-github.git diff --git a/zoom/zoom-benchmark.c b/zoom/zoom-benchmark.c index 6838ef5..407501c 100644 --- a/zoom/zoom-benchmark.c +++ b/zoom/zoom-benchmark.c @@ -1,19 +1,20 @@ /* 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. */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include -#include #include #include #include #include - /* naming events */ static char* zoom_events[ZOOM_EVENT_MAX+1]; @@ -428,6 +429,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab