add string.h to fix build bustage

This commit is contained in:
bienvenu%netscape.com 1999-09-06 19:04:09 +00:00
Родитель 3622b52e93
Коммит 5369333293
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -18,6 +18,7 @@
#include "nsSupportsArray.h"
#include "nsSupportsArrayEnumerator.h"
#include <string.h>
static const PRUint32 kGrowArrayBy = 8;