X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Ftstbfile1.c;h=3f972a509c65d2303ed29cc9e2bc099dda5df8a3;hb=2e964851c12075d7177a1bfcc941688d2a338f2f;hp=f8ee24c417016d7d3aaa5f428b97f238c12c6b52;hpb=97a7adeb9e5059463f039495cc01cfa448463a27;p=idzebra-moved-to-github.git diff --git a/bfile/tstbfile1.c b/bfile/tstbfile1.c index f8ee24c..3f972a5 100644 --- a/bfile/tstbfile1.c +++ b/bfile/tstbfile1.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 1994-2011 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -188,6 +191,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