X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2Fread-grs.c;h=4821738b44bf779310a89673912490868fe9849b;hp=3b5a9ba968b1f77c1c3795feb9711e59ffcfec59;hb=0f073baf2183a54f2a5691e697fde68c9a5f50c5;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/ztest/read-grs.c b/ztest/read-grs.c index 3b5a9ba..4821738 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-2009 Index Data + * Copyright (C) 1995-2010 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