From faecf8f8503bb0e507fc19d9a67158f24bd79491 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Nov 2002 16:56:39 +0000 Subject: [PATCH] include nmem.h to get prototype for yaz_errno --- util/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/log.c b/util/log.c index 2b28a59..5520419 100644 --- a/util/log.c +++ b/util/log.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data * See the file LICENSE for details. * - * $Id: log.c,v 1.30 2002-10-22 10:04:51 adam Exp $ + * $Id: log.c,v 1.31 2002-11-26 16:56:39 adam Exp $ */ #if HAVE_CONFIG_H @@ -20,6 +20,7 @@ #include #include #include +#include #include #define HAS_STRERROR 1 -- 1.7.10.4