Make sure setlocale() is available.

This commit is contained in:
Guus Sliepen 2002-09-03 20:42:05 +00:00
parent 2cb21f8810
commit 856de4c5fe

View file

@ -24,6 +24,7 @@
/* Get declarations of GNU message catalog functions. */
# include <libintl.h>
# include <locale.h>
/* Shorthand notation */
@ -60,6 +61,7 @@
# define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
# define _(Text) Text
# define setlocale(Category, Locale) ((chonst char *) (Locale))
#endif