X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr_mem.c;h=d5d31938a3f8f59d34cb29b5274dbd3bf536e29a;hb=663704d5e3532c523d5401b2ce8c4d34a3d0cd17;hp=02b78dc9393baad433c78eba39b5225f3170f31a;hpb=c126b2a625462f95475f00efdfdf9ce41a0e9c79;p=yaz-moved-to-github.git diff --git a/odr/odr_mem.c b/odr/odr_mem.c index 02b78dc..d5d3193 100644 --- a/odr/odr_mem.c +++ b/odr/odr_mem.c @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: odr_mem.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. @@ -59,6 +62,9 @@ * Beginning to add memory management to odr * */ +#if HAVE_CONFIG_H +#include +#endif #include #include