From: Adam Dickmeiss Date: Tue, 14 Dec 2004 10:52:13 +0000 (+0000) Subject: Include stddef.h because of size_t use in header. X-Git-Tag: YAZ.2.0.30~27 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=bf3a7598b58514d7f8d864ccc5e37019af9455a6;hp=91905e9defa685f0c38914372a188721c38d0942 Include stddef.h because of size_t use in header. --- diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index 86cbf08..16daac6 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: yaz-iconv.h,v 1.5 2004-10-15 00:18:59 adam Exp $ + * $Id: yaz-iconv.h,v 1.6 2004-12-14 10:52:13 adam Exp $ */ /** * \file yaz-iconv.h @@ -33,6 +33,7 @@ #ifndef YAZ_ICONV_H #define YAZ_ICONV_H +#include #include YAZ_BEGIN_CDECL