summaryrefslogtreecommitdiffstats
path: root/intl/dgettext.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-01-21 16:12:24 +0000
committerBruno Haible <bruno@clisp.org>2001-01-21 16:12:24 +0000
commit2769926e6e7cac7d7020bd38be90ff2fd4cbb602 (patch)
tree15913890385723aaa21e7d11a4239411f19911be /intl/dgettext.c
parent697735b2b75d59341cc2cbed2f4bf7a0ee73547c (diff)
downloadexternal_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.zip
external_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.tar.gz
external_gettext-2769926e6e7cac7d7020bd38be90ff2fd4cbb602.tar.bz2
Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
Diffstat (limited to 'intl/dgettext.c')
-rw-r--r--intl/dgettext.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/intl/dgettext.c b/intl/dgettext.c
index 515bf6c..11ed70a 100644
--- a/intl/dgettext.c
+++ b/intl/dgettext.c
@@ -1,5 +1,5 @@
/* Implementation of the dgettext(3) function.
- Copyright (C) 1995, 1996, 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
@@ -19,9 +19,7 @@
# include <config.h>
#endif
-#if defined HAVE_LOCALE_H || defined _LIBC
-# include <locale.h>
-#endif
+#include <locale.h>
#ifdef _LIBC
# include <libintl.h>