try to fix bug caused when I removed iostream from nsString

This commit is contained in:
rickg%netscape.com 1999-07-17 11:03:50 +00:00
parent 26a111aff8
commit db57ad2df6

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