X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fber_int.c;h=65ecc781caf5f8382504ebb0a6503d1af2f3d288;hp=abd0bc3fe32be7e7863bfc3b32101bdccf845c1d;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 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);