summaryrefslogtreecommitdiffstats
path: root/intl/intlh.inst.in
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/intlh.inst.in
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/intlh.inst.in')
-rw-r--r--intl/intlh.inst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/intlh.inst.in b/intl/intlh.inst.in
index fe8281f..dee4906 100644
--- a/intl/intlh.inst.in
+++ b/intl/intlh.inst.in
@@ -18,7 +18,7 @@
#ifndef _LIBINTL_H
#define _LIBINTL_H 1
-@INCLUDE_LOCALE_H@
+#include <locale.h>
/* We define an additional symbol to signal that we use the GNU
implementation of gettext. */