diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/unix/xlate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/unix/xlate.c b/i18n/unix/xlate.c index 5f04132fb..b3f308d40 100644 --- a/i18n/unix/xlate.c +++ b/i18n/unix/xlate.c @@ -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 |