adding include for tolower & toupper

This commit is contained in:
jdunn%netscape.com 2000-04-12 15:52:50 +00:00
Родитель a37259c6bd
Коммит 2535df76ae
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,7 @@
*
* Contributor(s):
*/
#include <ctype.h>
#include "nsCOMPtr.h"
#include "nsTextTransformer.h"
#include "nsIContent.h"

Просмотреть файл

@ -19,6 +19,7 @@
*
* Contributor(s):
*/
#include <ctype.h>
#include "nsCOMPtr.h"
#include "nsTextTransformer.h"
#include "nsIContent.h"