X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fber_any.c;h=9ca2cb255bf3973128a068c3c05df4e50665c15b;hp=39ebd2545844648ed021d3deefca2fc2ae15a1b8;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 diff --git a/odr/ber_any.c b/odr/ber_any.c index 39ebd25..9ca2cb2 100644 --- a/odr/ber_any.c +++ b/odr/ber_any.c @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: ber_any.c,v $ - * Revision 1.17 2000-01-31 13:15:21 adam + * Revision 1.18 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.17 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. @@ -58,7 +61,9 @@ * Works better now. * */ - +#if HAVE_CONFIG_H +#include +#endif #include int ber_any(ODR o, Odr_any **p)