From f4ed92d039e200b903bd7330a9fd58bd11d71825 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Mon, 13 Dec 2004 14:31:19 +0000 Subject: [PATCH] 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 --- include/yaz/log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -- 1.7.10.4