mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Build fix, follow-up to bug 503595.
This commit is contained in:
parent
a46f3aa0f0
commit
c9fca61ed4
@ -40,7 +40,6 @@
|
|||||||
/*
|
/*
|
||||||
* Portable double to alphanumeric string and back converters.
|
* Portable double to alphanumeric string and back converters.
|
||||||
*/
|
*/
|
||||||
#include "jslibmath.h"
|
|
||||||
#include "jstypes.h"
|
#include "jstypes.h"
|
||||||
#include "jsstdint.h"
|
#include "jsstdint.h"
|
||||||
#include "jsdtoa.h"
|
#include "jsdtoa.h"
|
||||||
@ -49,6 +48,7 @@
|
|||||||
#include "jsprvtd.h"
|
#include "jsprvtd.h"
|
||||||
#include "jsnum.h"
|
#include "jsnum.h"
|
||||||
#include "jsbit.h"
|
#include "jsbit.h"
|
||||||
|
#include "jslibmath.h"
|
||||||
|
|
||||||
#ifdef JS_THREADSAFE
|
#ifdef JS_THREADSAFE
|
||||||
#include "jslock.h"
|
#include "jslock.h"
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
/*
|
/*
|
||||||
* JS math package.
|
* JS math package.
|
||||||
*/
|
*/
|
||||||
#include "jslibmath.h"
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "jstypes.h"
|
#include "jstypes.h"
|
||||||
#include "jsstdint.h"
|
#include "jsstdint.h"
|
||||||
@ -54,6 +53,7 @@
|
|||||||
#include "jslock.h"
|
#include "jslock.h"
|
||||||
#include "jsmath.h"
|
#include "jsmath.h"
|
||||||
#include "jsnum.h"
|
#include "jsnum.h"
|
||||||
|
#include "jslibmath.h"
|
||||||
#include "jsobj.h"
|
#include "jsobj.h"
|
||||||
|
|
||||||
extern jsdouble js_NaN;
|
extern jsdouble js_NaN;
|
||||||
|
Loading…
Reference in New Issue
Block a user