Include stddef.h because of size_t use in header.
[yaz-moved-to-github.git] / include / yaz / yaz-iconv.h
index e6bf212..16daac6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995-2003, Index Data.
+ * Copyright (c) 1995-2004, Index Data.
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: yaz-iconv.h,v 1.4 2003-05-06 11:51:23 adam Exp $
+ * $Id: yaz-iconv.h,v 1.6 2004-12-14 10:52:13 adam Exp $
+ */
+/**
+ * \file yaz-iconv.h
+ * \brief Header for YAZ iconv interface
  */
 
 #ifndef YAZ_ICONV_H
 #define YAZ_ICONV_H
 
+#include <stddef.h>
 #include <yaz/yconfig.h>
 
 YAZ_BEGIN_CDECL