X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2Fread-grs.c;h=162f9ab4302422c502f9badd1cea39ded141cebe;hb=4d300e643896e74f94514065da5236fc24f14b13;hp=f1f40f3af7b7d41e4d346f7d6062b25554dad5b8;hpb=04b09c082a7882398a10d5ec62e80ac175fe2a9b;p=yaz-moved-to-github.git diff --git a/ztest/read-grs.c b/ztest/read-grs.c index f1f40f3..162f9ab 100644 --- a/ztest/read-grs.c +++ b/ztest/read-grs.c @@ -1,11 +1,13 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ - /** \file * \brief Little toy-thing to read GRS-1 records from a file. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -118,6 +120,7 @@ Z_GenericRecord *dummy_grs_record (int num, ODR o) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab