X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr_cons.c;fp=odr%2Fodr_cons.c;h=c74229c297e16c79a733ec15fbc67280d616162c;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hp=e26a748ccdb1b8ecba0d58afd5e11babae9bcab4;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0;p=yaz-moved-to-github.git diff --git a/odr/odr_cons.c b/odr/odr_cons.c index e26a748..c74229c 100644 --- a/odr/odr_cons.c +++ b/odr/odr_cons.c @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: odr_cons.c,v $ - * Revision 1.21 2000-01-31 13:15:21 adam + * Revision 1.22 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.21 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. @@ -71,6 +74,9 @@ * First kick. * */ +#if HAVE_CONFIG_H +#include +#endif #include