diff --git a/mozilla/intl/locale/src/nsLocaleFactory.cpp b/mozilla/intl/locale/src/nsLocaleFactory.cpp index bf756ccbf1e..685eb90a3d7 100644 --- a/mozilla/intl/locale/src/nsLocaleFactory.cpp +++ b/mozilla/intl/locale/src/nsLocaleFactory.cpp @@ -23,13 +23,14 @@ #include "nsLocale.h" #include "nsLocaleCID.h" #include "nsIComponentManager.h" +#include // for isalpha, tolower & isspace + #ifdef XP_PC #include #endif #if defined(XP_UNIX) || defined(XP_BEOS) #include #include -#include // for isalpha, tolower & isspace #endif #define NSILOCALE_MAX_ACCEPT_LANGUAGE 16