jfclere 01/05/17 03:29:14
Modified: lib iconv.h Log: Add <stddef.h> for NULL otherwise FreeBSD does not find it. Revision Changes Path 1.6 +3 -1 apr-iconv/lib/iconv.h Index: iconv.h =================================================================== RCS file: /home/cvs/apr-iconv/lib/iconv.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- iconv.h 2001/04/10 15:46:35 1.5 +++ iconv.h 2001/05/17 10:29:08 1.6 @@ -36,8 +36,10 @@ #include "apr_pools.h" #include "apr_iconv_private.h" /* contains ICONV_DEFAULT_PATH */ +#include <stddef.h> + /* To be processed by configure */ -#define EFTYPE -1234 +#define APR_ICONV_EFTYPE -1234 /* To be processed by configure */ /* apr additions */
