From cfdf8897f78ff0fe95ade83ba62c1952a9979779 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 8 Dec 2004 09:06:06 +0000 Subject: [PATCH] Include old yaz/log.h so that old things still work (for some time) --- include/yaz/yaz-util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/yaz/yaz-util.h b/include/yaz/yaz-util.h index 60d665a..b4b3207 100644 --- a/include/yaz/yaz-util.h +++ b/include/yaz/yaz-util.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: yaz-util.h,v 1.11 2004-11-18 15:18:13 heikki Exp $ + * $Id: yaz-util.h,v 1.12 2004-12-08 09:06:06 adam Exp $ */ /** * \file yaz-util.h @@ -36,7 +36,7 @@ #include #include #include -#include /* used to be log.h, but that is deprecated */ +#include #include #include #include -- 1.7.10.4