Thomas Faber : jscript: Add missing port.h include for isnan.
30 Apr
2012
30 Apr
'12
7:13 p.m.
Module: wine Branch: master Commit: 58ad6fcf1fafb379b76c0fd66a5021ad9806bcaa URL: http://source.winehq.org/git/wine.git/?a=commit;h=58ad6fcf1fafb379b76c0fd66a... Author: Thomas Faber <thfabba(a)gmx.de> Date: Sat Apr 28 09:08:21 2012 +0200 jscript: Add missing port.h include for isnan. --- dlls/jscript/array.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/dlls/jscript/array.c b/dlls/jscript/array.c index 54dc347..fe8d751 100644 --- a/dlls/jscript/array.c +++ b/dlls/jscript/array.c @@ -16,6 +16,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "config.h" +#include "wine/port.h" + #include <math.h> #include "jscript.h"
4975
Age (days ago)
4975
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard