X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fsu_codec.c;h=11088bafc609245e10410303fb77c3b4e8fcd7b1;hb=ce2b82a980c06a45aa2eeeb88c927c90a014da61;hp=8a36f0394c60357ee11d585a68e0170db015510b;hpb=97a7adeb9e5059463f039495cc01cfa448463a27;p=idzebra-moved-to-github.git diff --git a/util/su_codec.c b/util/su_codec.c index 8a36f03..11088ba 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) 1995-2008 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 @@ -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