trawick 00/11/30 11:19:38
Modified: i18n/unix xlate.c Log: include stddef.h for NULL Revision Changes Path 1.14 +3 -0 apr/i18n/unix/xlate.c Index: xlate.c =================================================================== RCS file: /home/cvs/apr/i18n/unix/xlate.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xlate.c 2000/10/25 15:02:51 1.13 +++ xlate.c 2000/11/30 19:19:32 1.14 @@ -64,6 +64,9 @@ #if APR_HAS_XLATE +#ifdef HAVE_STDDEF_H +#include <stddef.h> /* for NULL */ +#endif #ifdef HAVE_LANGINFO_H #include <langinfo.h> #endif
