#unifdef HAVE_SETLOCALE, it is C89 so no need to check for it.
This commit is contained in:
@@ -21,9 +21,7 @@
|
||||
* Solaris locale.h includes libintl.h which causes problems when we
|
||||
* redefine the gettext functions. We include it first to avoid this.
|
||||
*/
|
||||
#if defined(HAVE_SETLOCALE)
|
||||
# include <locale.h>
|
||||
#endif
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef HAVE_LIBINTL_H
|
||||
|
||||
|
Reference in New Issue
Block a user