Bug 192962: include <string.h> for the declaration of memcpy.

Modified files: priometh.c prrng.c
This commit is contained in:
wtc%netscape.com 2003-02-12 19:19:12 +00:00
Родитель dfd90c224e
Коммит b61c4af25e
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -34,6 +34,8 @@
*/
#include "primpl.h"
#include <string.h>
/*****************************************************************************/
/************************** Invalid I/O method object ************************/
/*****************************************************************************/

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

@ -34,6 +34,7 @@
#include "primpl.h"
#include <string.h>
PRSize _pr_CopyLowBits(
void *dst,