From 9cf3ca740ee80f3242af98f5630450ca17078e9d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 1 Sep 1997 09:30:39 +0000 Subject: [PATCH] Added include of yaz-util.h. --- include/data1.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/data1.h b/include/data1.h index 59d62b9..7c8c961 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.23 1997-09-01 08:58:04 adam + * Revision 1.24 1997-09-01 09:30:39 adam + * Added include of yaz-util.h. + * + * Revision 1.23 1997/09/01 08:58:04 adam * Removed declaration of data1_matchstr since it's a macro. * * Revision 1.22 1997/09/01 08:49:48 adam @@ -147,6 +150,7 @@ #include #include +#include #ifdef __cplusplus extern "C" { -- 1.7.10.4