X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Flog.c;h=b2b8c0d287ff5651f6fe028d454a62e811002ad8;hp=247a09b5e9b23b01fbec0f27d97afbb7065d259d;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 diff --git a/util/log.c b/util/log.c index 247a09b..b2b8c0d 100644 --- a/util/log.c +++ b/util/log.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: log.c,v $ - * Revision 1.21 2000-02-28 11:20:06 adam + * Revision 1.22 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.21 2000/02/28 11:20:06 adam * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL. * * Revision 1.20 1999/11/30 13:47:12 adam @@ -99,6 +102,10 @@ * */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include