зеркало из https://github.com/mozilla/pjs.git
Bug 192962: include <string.h> for the declaration of memcpy.
Modified files: priometh.c prrng.c
This commit is contained in:
Родитель
dfd90c224e
Коммит
b61c4af25e
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче