summaryrefslogtreecommitdiff
path: root/intl/gettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/gettext.c')
-rw-r--r--intl/gettext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/gettext.c b/intl/gettext.c
index 204d85ecd4..7bed6369b4 100644
--- a/intl/gettext.c
+++ b/intl/gettext.c
@@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
# ifdef HAVE_STRING_H
# include <string.h>
# else
-# define NULL 0
+# define NULL ((void *) 0)
# endif
# endif
#endif