Bug 299992 - strdup requires <string.h> on windows (why not on mac, hrm?)

This commit is contained in:
bsmedberg%covad.net 2005-08-11 21:17:14 +00:00
Родитель b1c627454a
Коммит 7c1779e9ce
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -52,6 +52,7 @@
#endif
#include <stdlib.h>
#include <string.h>
/** @file nsHashKeys.h
* standard HashKey classes for nsBaseHashtable and relatives. Each of these