X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fnmem.c;h=59e2282636dd200b00054b981ed5b6e169cc533a;hp=3dd212aec1e89aa7e5f17d7eb05d66eecec50127;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 diff --git a/util/nmem.c b/util/nmem.c index 3dd212a..59e2282 100644 --- a/util/nmem.c +++ b/util/nmem.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: nmem.c,v $ - * Revision 1.20 2000-01-06 14:59:13 adam + * Revision 1.21 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.20 2000/01/06 14:59:13 adam * Added oid_init/oid_exit. Changed oid_exit. * * Revision 1.19 1999/11/30 13:47:12 adam @@ -77,6 +80,9 @@ * This is a simple and fairly wasteful little module for nibble memory * allocation. Evemtually we'll put in something better. */ +#if HAVE_CONFIG_H +#include +#endif #include #include