try to fix bug caused when I removed iostream from nsString

git-svn-id: svn://10.0.0.236/trunk@39857 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-07-17 11:03:50 +00:00
parent 2dc816125c
commit 17f6b51acc

View File

@@ -23,13 +23,14 @@
#include "nsLocale.h"
#include "nsLocaleCID.h"
#include "nsIComponentManager.h"
#include <ctype.h> // for isalpha, tolower & isspace
#ifdef XP_PC
#include <windows.h>
#endif
#if defined(XP_UNIX) || defined(XP_BEOS)
#include <locale.h>
#include <stdlib.h>
#include <ctype.h> // for isalpha, tolower & isspace
#endif
#define NSILOCALE_MAX_ACCEPT_LANGUAGE 16