summaryrefslogtreecommitdiffstats
path: root/intl/ngettext.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-01-15 14:59:52 +0000
committerBruno Haible <bruno@clisp.org>2001-01-15 14:59:52 +0000
commite0560b43903ad644e19cff68c3b744a39d891613 (patch)
tree06626d434c05c2100b54330c3c6b6ff82926b803 /intl/ngettext.c
parent4d48f86a3ab0114dce08c731553f90727f7dde03 (diff)
downloadexternal_gettext-e0560b43903ad644e19cff68c3b744a39d891613.zip
external_gettext-e0560b43903ad644e19cff68c3b744a39d891613.tar.gz
external_gettext-e0560b43903ad644e19cff68c3b744a39d891613.tar.bz2
Portability fixes for K&R C compilers, SunOS "make" and others.
Diffstat (limited to 'intl/ngettext.c')
-rw-r--r--intl/ngettext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/ngettext.c b/intl/ngettext.c
index 8ae565d..aeb8db7 100644
--- a/intl/ngettext.c
+++ b/intl/ngettext.c
@@ -1,5 +1,5 @@
/* Implementation of ngettext(3) function.
- Copyright (C) 1995, 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1997, 2000, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
# define __need_NULL
# include <stddef.h>
#else
-# ifdef STDC_HEADERS
+# ifdef HAVE_STDLIB_H
# include <stdlib.h> /* Just for NULL. */
# else
# ifdef HAVE_STRING_H