X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Ftstcharmap.c;h=7db047544d6c82ab8acc5118cb468a8d25636146;hp=a0c1e68875b3ee02d73f6fcffd3aff1b63c275d9;hb=e4c6861efeeea654bfb00c5f0239ee258629d77f;hpb=09a9136012a8e5b13ba96150bad03193660e6015 diff --git a/util/tstcharmap.c b/util/tstcharmap.c index a0c1e68..7db0475 100644 --- a/util/tstcharmap.c +++ b/util/tstcharmap.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 #include #include @@ -76,6 +79,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