X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fber_bit.c;h=666d32919f38ad3f7c1993ec89af176ab719d6d2;hp=7d844228614525b633c2f7bc1a81d640321d0ada;hb=b0ea0712dd81e2d3dd25ec14c0bb9a6ce0a51056;hpb=c126b2a625462f95475f00efdfdf9ce41a0e9c79 diff --git a/odr/ber_bit.c b/odr/ber_bit.c index 7d84422..666d329 100644 --- a/odr/ber_bit.c +++ b/odr/ber_bit.c @@ -1,10 +1,13 @@ /* - * Copyright (c) 1995-1999, Index Data + * Copyright (c) 1995-2000, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: ber_bit.c,v $ - * Revision 1.11 2000-01-31 13:15:21 adam + * Revision 1.12 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.11 2000/01/31 13:15:21 adam * Removed uses of assert(3). Cleanup of ODR. CCL parser update so * that some characters are not surrounded by spaces in resulting term. * ILL-code updates. @@ -43,6 +46,9 @@ * * */ +#if HAVE_CONFIG_H +#include +#endif #include