From: Adam Dickmeiss Date: Wed, 8 Dec 2004 09:06:06 +0000 (+0000) Subject: Include old yaz/log.h so that old things still work (for some time) X-Git-Tag: YAZ.2.0.30~40 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=cfdf8897f78ff0fe95ade83ba62c1952a9979779 Include old yaz/log.h so that old things still work (for some time) --- 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