X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=inline;f=test%2Ffilters%2Ftext.c;h=76366a447cc668cc8b033ec7c6e8e00ecc5e6703;hb=585e87e5a6b274a8ee13b5432a462afd95c04096;hp=fede5232a4ae7030cf94b81c2afebc0006673a56;hpb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;p=idzebra-moved-to-github.git diff --git a/test/filters/text.c b/test/filters/text.c index fede523..76366a4 100644 --- a/test/filters/text.c +++ b/test/filters/text.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 2004-2013 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 "../api/testlib.h" void tst(int argc, char **argv) @@ -62,6 +65,7 @@ TL_MAIN /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab