X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2Fcfile.c;h=d9e901ea5686a26ab66fea6a84cd7b40858f7ab7;hp=003044b5a96ea105cb28f84bf053b9df18b9d4b9;hb=85ad68ab178a261dc548284ee68aae9107cbfaaf;hpb=a5a4e10abdb1f3ddcf2fd1e54692811a705e0c3d diff --git a/bfile/cfile.c b/bfile/cfile.c index 003044b..d9e901e 100644 --- a/bfile/cfile.c +++ b/bfile/cfile.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 @@ -642,6 +645,7 @@ int cf_close(CFile cf) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab