Bug 622144 - Code must #include <string.h> to use memset. r=dmandelin, a=shaver

This commit is contained in:
Rafael Ávila de Espíndola 2011-01-22 08:52:25 -08:00
parent 13d21eb438
commit ae221bad31

View File

@ -46,6 +46,7 @@
#include "jstypes.h"
#include <stdlib.h>
#include <string.h>
JS_BEGIN_EXTERN_C