mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Fix warnings (again) by moving string.h include inside ifdef. Tested on mac, win, and linux.
This commit is contained in:
parent
19c23f8932
commit
a74fc01967
@ -21,7 +21,6 @@
|
||||
*/
|
||||
#include "jsstddef.h"
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "jstypes.h"
|
||||
#include "jsprf.h"
|
||||
@ -1570,6 +1569,7 @@ date_toLocaleString(JSContext *cx, JSObject *obj, uintN argc,
|
||||
}
|
||||
|
||||
#if JS_HAS_TOSOURCE
|
||||
#include <string.h>
|
||||
#include "jsdtoa.h"
|
||||
|
||||
static JSBool
|
||||
|
Loading…
x
Reference in New Issue
Block a user