diff options
Diffstat (limited to 'gcc/intl.c')
-rw-r--r-- | gcc/intl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/intl.c b/gcc/intl.c index 5a885bfec5d..3bda5cef7de 100644 --- a/gcc/intl.c +++ b/gcc/intl.c @@ -45,7 +45,7 @@ gcc_init_libintl () (void) textdomain ("gcc"); } -#if defined HAVE_WCHAR_H && defined HAVE_MBSTOWCS && defined HAVE_WCSWIDTH +#if defined HAVE_WCHAR_H && defined HAVE_WORKING_MBSTOWCS && defined HAVE_WCSWIDTH #include <wchar.h> /* Returns the width in columns of MSGSTR, which came from gettext. |