From: Adam Dickmeiss Date: Tue, 6 May 2003 11:51:23 +0000 (+0000) Subject: Add include of yaz/yconfig.h X-Git-Tag: YAZ.2.0.2.RH.2~37 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f2428de7b5d72877c544d9812513fe465a1c75a6 Add include of yaz/yconfig.h --- diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index 322f7f7..e6bf212 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -23,12 +23,14 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: yaz-iconv.h,v 1.3 2003-02-12 15:06:43 adam Exp $ + * $Id: yaz-iconv.h,v 1.4 2003-05-06 11:51:23 adam Exp $ */ #ifndef YAZ_ICONV_H #define YAZ_ICONV_H +#include + YAZ_BEGIN_CDECL typedef struct yaz_iconv_struct *yaz_iconv_t;