aboutsummaryrefslogtreecommitdiff
path: root/intl/ngettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/ngettext.c')
-rw-r--r--intl/ngettext.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/intl/ngettext.c b/intl/ngettext.c
index 70d43838b5..b58c564854 100644
--- a/intl/ngettext.c
+++ b/intl/ngettext.c
@@ -25,15 +25,7 @@
# define __need_NULL
# include <stddef.h>
#else
-# ifdef STDC_HEADERS
-# include <stdlib.h> /* Just for NULL. */
-# else
-# ifdef HAVE_STRING_H
-# include <string.h>
-# else
-# define NULL ((void *) 0)
-# endif
-# endif
+# include <stdlib.h> /* Just for NULL. */
#endif
#include "gettextP.h"