X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fber_int.c;h=65ecc781caf5f8382504ebb0a6503d1af2f3d288;hb=70f0ff9bf920e65b47211fd88f409e2b1a2b8e43;hp=abd0bc3fe32be7e7863bfc3b32101bdccf845c1d;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/odr/ber_int.c b/odr/ber_int.c index abd0bc3..65ecc78 100644 --- a/odr/ber_int.c +++ b/odr/ber_int.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: ber_int.c,v $ - * Revision 1.17 2000-02-28 11:20:06 adam + * Revision 1.18 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.17 2000/02/28 11:20:06 adam * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL. * * Revision 1.16 2000/01/31 13:15:21 adam @@ -59,17 +62,20 @@ * First kick. * */ +#if HAVE_CONFIG_H +#include +#endif #include -#include - #ifdef WIN32 #include #else #include #endif +#include + static int ber_encinteger(ODR o, int val); static int ber_decinteger(const unsigned char *buf, int *val);