X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Ftstcharmap.c;h=968123d988996dd906acf49ef6291c4f47d3be7a;hp=a0c1e68875b3ee02d73f6fcffd3aff1b63c275d9;hb=00d6544408e2de88277e091fb7f8f4dfe3949558;hpb=09a9136012a8e5b13ba96150bad03193660e6015 diff --git a/util/tstcharmap.c b/util/tstcharmap.c index a0c1e68..968123d 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) 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