From: Heikki Levanto Date: Mon, 13 Dec 2004 14:31:19 +0000 (+0000) Subject: Included xmalloc.h from log.h, if usingthe old system, as it used to be X-Git-Tag: YAZ.2.0.30~30 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f4ed92d039e200b903bd7330a9fd58bd11d71825 Included xmalloc.h from log.h, if usingthe old system, as it used to be there... If using new system, you need to include it yourself --- diff --git a/include/yaz/log.h b/include/yaz/log.h index c65dcdb..355949d 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: log.h,v 1.28 2004-12-13 14:21:55 heikki Exp $ + * $Id: log.h,v 1.29 2004-12-13 14:31:19 heikki Exp $ */ /** @@ -41,6 +41,7 @@ YAZ_BEGIN_CDECL #ifndef YAZ_USE_NEW_LOG +#include /* The old LOG_ bit names are here for compatibility only. They may * conflict with bits defined in syslog.h, or other places. 'LOG'