X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fsu_codec.c;h=b50ea4d36e9f4722652136fceb8e11079a54e6ad;hp=9c2f91e6313ec73f9d828d50cad15efa808fd404;hb=def2cb6b3757af34ca257b9f93b22868f40ceebb;hpb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc diff --git a/util/su_codec.c b/util/su_codec.c index 9c2f91e..b50ea4d 100644 --- a/util/su_codec.c +++ b/util/su_codec.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 @@ -75,6 +78,7 @@ int key_SU_decode (int *ch, const unsigned char *out) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab