From: Adam Dickmeiss Date: Mon, 1 Sep 1997 09:30:39 +0000 (+0000) Subject: Added include of yaz-util.h. X-Git-Tag: YAZ.1.8~626 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9cf3ca740ee80f3242af98f5630450ca17078e9d Added include of yaz-util.h. --- 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" {